summaryrefslogtreecommitdiffstats
path: root/tools/demo_deploy.sh
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2018-02-13 13:35:18 -0800
committerBryan Sullivan <bryan.sullivan@att.com>2018-02-13 13:35:18 -0800
commit6e0bfeb045314a0964bffee025889619d427522a (patch)
treeb4894911e2972ae337500791211019b5dfc8d650 /tools/demo_deploy.sh
parent0c7d63282c5c88c7f50eb68b720013e6ff579ba2 (diff)
Fix issues with use in Jenkins
JIRA: VES-2 Change-Id: I0d05b9aabf0c3ba9d0ec7e49c752586aaee24c33 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Diffstat (limited to 'tools/demo_deploy.sh')
-rw-r--r--tools/demo_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/demo_deploy.sh b/tools/demo_deploy.sh
index 5567ce6..9a4bd15 100644
--- a/tools/demo_deploy.sh
+++ b/tools/demo_deploy.sh
@@ -152,7 +152,7 @@ deploy_start=$((`date +%s`/60))
user=$1
master=$2
cloudify=$3
-source ~/k8s_env_$k8s_master_hostname.sh
+source ~/k8s_env.sh
log "k8s environment as input"
env | grep k8s
eval `ssh-agent`