diff options
Diffstat (limited to 'jjb/fuel/fuel-deploy-master.sh')
-rwxr-xr-x | jjb/fuel/fuel-deploy-master.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/fuel/fuel-deploy-master.sh b/jjb/fuel/fuel-deploy-master.sh index bdb4ed370..4a7d1d9fb 100755 --- a/jjb/fuel/fuel-deploy-master.sh +++ b/jjb/fuel/fuel-deploy-master.sh @@ -7,7 +7,7 @@ set -o pipefail source latest.properties # echo the info about artifact that is used during the deployment -echo "Using ${OPNFV_ARTIFACT_URL/*\/} for deployment" +echo "Using $OPNFV_ARTIFACT_URL for deployment" # checkout the commit that was used for building the downloaded artifact # to make sure the ISO and deployment mechanism uses same versions |