No need to clean after cibuild
This commit is contained in:
parent
20e9abe26a
commit
b30709f133
1 changed files with 1 additions and 5 deletions
|
@ -81,8 +81,4 @@ def run_script(script, args=[]):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
try:
|
sys.exit(main())
|
||||||
sys.exit(main())
|
|
||||||
except subprocess.CalledProcessError:
|
|
||||||
run_script('clean.py')
|
|
||||||
raise
|
|
||||||
|
|
Loading…
Reference in a new issue