diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-17 19:37:39 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-17 19:38:18 -0500 |
commit | d539072595e3227a011407a88fa9e606045a4eb6 (patch) | |
tree | e91ac257dc10f05746361470d0ed836402a6d6e8 | |
parent | 2ee0a05504d8e9f48ea25652e8aba518fb734964 (diff) |
remove exit 1
Change-Id: Ie2d359392b9f23a468a535a4f25205b1887dd883
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rwxr-xr-x | ci/02-maasdeploy.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 131e7056..32679f12 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -41,8 +41,6 @@ if [ "$1" == "custom" ]; then fi fi -exit 1 - case "$1" in 'intelpod5' ) cp ../labconfig/intel/pod5/labconfig.yaml ./ |