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
This commit is contained in:
RAHUL KHIYANI 2019-07-23 15:25:18 -05:00
parent d8a38f08c3
commit 0d84bdd821
1 changed files with 1 additions and 1 deletions

View File

@ -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