From 005e9f495c1089627e41ac1443804b50653aae38 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 17 Aug 2018 10:54:23 -0400 Subject: [PATCH] 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 --- jjb/3rd_party_ci/download-netvirt-artifact.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.16.6