diff options
author | Tim Rozet <trozet@redhat.com> | 2017-04-03 16:08:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-03 16:08:51 +0000 |
commit | 908d962bedf027631bc0209c4d2c06830d6c8659 (patch) | |
tree | 8e7abfe9407394644983969b43e64bbdff0ef813 /jjb | |
parent | ed99c6b49f48373eb2709e2dfdb4663cee2174e6 (diff) | |
parent | ae07d80155a5abf5900a745e61405706eb5c1710 (diff) |
Merge "Removing _l3 from Apex scenario names in master"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/apex/apex-deploy.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/apex/apex-deploy.sh b/jjb/apex/apex-deploy.sh index a86776bf4..4b64fd14f 100755 --- a/jjb/apex/apex-deploy.sh +++ b/jjb/apex/apex-deploy.sh @@ -59,6 +59,12 @@ else fi fi +# rename odl_l3 to odl only for master +# this can be removed once all the odl_l3 references +# are updated to odl after the danube jobs are removed +if [[ "$BUILD_DIRECTORY" == *master* ]]; then + DEPLOY_SCENARIO=${DEPLOY_SCENARIO/odl_l3/odl} +fi if [ -z "$DEPLOY_SCENARIO" ]; then echo "Deploy scenario not set!" exit 1 |