From 444bece35045295a48bed32a5ec5338bc1d92ee8 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 22 Dec 2015 10:28:31 +0000 Subject: scripts/release-build: Further fixes for fallout from 6f4849a91e62a4ec0 Right now Mason builds succeed but the deployment fails. Change-Id: I3a933e712409b5652425ec29cc336f519fe31ccc --- scripts/release-build | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.1