Fix path to integration distribution-karaf 84/33484/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 25 Jan 2016 15:22:34 +0000 (10:22 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 25 Jan 2016 15:23:10 +0000 (10:23 -0500)
Change-Id: Ic94a7bee41fd82bde398e005e503cd534ee1c84c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/include-raw-autorelease-get-integration-test-variables.sh

index 500e0c417b9c15fc7aa0a7883c8f6f956995ff4d..a4b6deb6c8836aa4c183c7860a6a4a706133452a 100644 (file)
@@ -10,7 +10,7 @@
 ##############################################################################
 
 NEXUSURL=http://nexus.opendaylight.org/content/repositories/
-VERSION=`grep -m1 '<version>' ${WORKSPACE}/integration/distribution/distributions/karaf/pom.xml | awk -F'[<|>]' '/version/ { printf $3 }'`
+VERSION=`grep -m1 '<version>' ${WORKSPACE}/integration/distribution/distribution-karaf/pom.xml | awk -F'[<|>]' '/version/ { printf $3 }'`
 REPOID=`grep "Closing staging repository with ID" $WORKSPACE/deploy-staged-repository.log | cut -d '"' -f2`
 
 echo BUNDLEURL=${NEXUSURL}/${REPOID}/org/opendaylight/integration/distribution-karaf/${VERSION}/distribution-karaf-${VERSION}.zip > $WORKSPACE/variables.prop