summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-12-12 00:14:13 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-12-12 00:14:13 -0600
commitd4fd012b772ec31afa6663d666f20627120f0ac5 (patch)
tree14b426b057645cb63ee149d89bc93efd5aafa8bd
parentc1fdaf8a80199d91b73abd54a43f1662667035cb (diff)
modified to use default option which is use local VMS for install.
Change-Id: I63287c2c035dbd0ff71d0a96c2b3a70ff81d0e76
-rwxr-xr-xci/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 97e4a575..89e18eab 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -120,8 +120,8 @@ createopenrc()
}
if [ "$#" -eq 0 ]; then
- echo "This installtion will use deploy.yaml"
- read_config
+ echo "This installtion will use default options"
+ #read_config
fi
echo "...... deployment started ......"