PolySync / oscc

Open Source Car Control 💻🚗🙌
Other
966 stars 274 forks source link

Fix jenkins workspace cleanup #311

Closed rebpdx closed 6 years ago

rebpdx commented 6 years ago

Prior to this commit some builds would fail trying to clean up the workspace directory. This commit fixes that by removing the inner cleanup since the try block for the parallel builds should catch any errors from workspace builds.