No need to clean after cibuild

This commit is contained in:
Cheng Zhao 2015-07-03 14:36:45 +08:00
parent 20e9abe26a
commit b30709f133

View file

@ -81,8 +81,4 @@ def run_script(script, args=[]):
if __name__ == '__main__':
try:
sys.exit(main())
except subprocess.CalledProcessError:
run_script('clean.py')
raise
sys.exit(main())