summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-12-22 10:28:31 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-12-22 10:28:55 +0000
commit444bece35045295a48bed32a5ec5338bc1d92ee8 (patch)
treef3684b202bfa8ee0294d9d4ebe9758f28e38d2a3
parent50f2431eb57a6acc3f776e9ef7c18b4dc6d57e2e (diff)
downloaddefinitions-444bece35045295a48bed32a5ec5338bc1d92ee8.tar.gz
scripts/release-build: Further fixes for fallout from 6f4849a91e62a4ec0
Right now Mason builds succeed but the deployment fails. Change-Id: I3a933e712409b5652425ec29cc336f519fe31ccc
-rwxr-xr-xscripts/release-build1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/release-build b/scripts/release-build
index 2d31a102..cb62f661 100755
--- a/scripts/release-build
+++ b/scripts/release-build
@@ -113,7 +113,6 @@ class ReleaseApp(cliapp.Application):
if fail:
raise cliapp.AppException('Building of systems failed')
- os.chdir('..')
if not os.path.exists('release'):
os.mkdir('release')
self.deploy_images(cluster, cluster_path)