diff options
author | 2018-08-17 10:54:23 -0400 | |
---|---|---|
committer | 2018-08-17 10:54:23 -0400 | |
commit | 005e9f495c1089627e41ac1443804b50653aae38 (patch) | |
tree | c56858dbf6f04058eeb20bad8968438c6a99123f /jjb | |
parent | 8e2fcb64b48701ff1eb332237356937dbd517307 (diff) |
Apex: update ODL master to be neon
This is for downloading the ODL artifact
from an ODL gerrit.
Change-Id: I8138f2d84fb85ed7c8cc74e956ed277dfdb5fc1f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/3rd_party_ci/download-netvirt-artifact.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/3rd_party_ci/download-netvirt-artifact.sh b/jjb/3rd_party_ci/download-netvirt-artifact.sh index 7cdd52d05..ac7f76ccd 100755 --- a/jjb/3rd_party_ci/download-netvirt-artifact.sh +++ b/jjb/3rd_party_ci/download-netvirt-artifact.sh @@ -8,7 +8,7 @@ if [ "$ODL_BRANCH" != 'master' ]; then DIST=$(echo ${ODL_BRANCH} | sed -rn 's#([a-zA-Z]+)/([a-zA-Z]+)#\2#p') ODL_BRANCH=$(echo ${ODL_BRANCH} | sed -rn 's#([a-zA-Z]+)/([a-zA-Z]+)#\1%2F\2#p') else - DIST='fluorine' + DIST='neon' fi echo "ODL Distribution is ${DIST}" |