From 0d84bdd8214131d3a256270b74f5cba5b9fdc9ed Mon Sep 17 00:00:00 2001 From: RAHUL KHIYANI Date: Tue, 23 Jul 2019 15:25:18 -0500 Subject: [PATCH] Fix wrong path to PEGLEG This fix the airship-in-a-bottle deployment as there is no airship-peleg file or directory Change-Id: Ic67f50148936518f4b63ed860c74a76d717f19b5 --- manifests/common/deploy-airship.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/common/deploy-airship.sh b/manifests/common/deploy-airship.sh index aa31d73f..3f931257 100755 --- a/manifests/common/deploy-airship.sh +++ b/manifests/common/deploy-airship.sh @@ -83,7 +83,7 @@ PEGLEG_IMAGE=${PEGLEG_IMAGE:-"quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978 PROMENADE_IMAGE=${PROMENADE_IMAGE:-"quay.io/airshipit/promenade:master"} # Command shortcuts -PEGLEG=${WORKSPACE}/airship-pegleg/tools/pegleg.sh +PEGLEG=${WORKSPACE}/pegleg/tools/pegleg.sh function check_preconditions() { set +x