Stop building once you've built one image!

pull/42/head
yuvipanda 2017-07-04 11:16:52 -07:00
rodzic b860bc3359
commit 4af4eb471f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -294,6 +294,7 @@ class Repo2Docker(Application):
else:
self.log.info(json.dumps(l), extra=dict(phase='failure'))
sys.exit(1)
break
if self.cleanup_checkout:
shutil.rmtree(checkout_path)