Revert "Add step to manually clean workspace. (#334)" (#335)

This reverts commit f6b4afcf97.
This commit is contained in:
MegaMech
2023-07-09 07:15:54 -06:00
committed by GitHub
parent f6b4afcf97
commit 90783ced0a
Vendored
-6
View File
@@ -71,10 +71,4 @@ pipeline {
QEMU_IRIX = credentials('qemu-irix')
ROMS_DIR = credentials('roms')
}
post {
always {
cleanWs()
}
}
}