Do not pass KARAF_VERSION in mri-stage job 22/97422/1
authorTomas Cere <tomas.cere@pantheon.tech>
Wed, 8 Sep 2021 12:36:30 +0000 (14:36 +0200)
committerTomas Cere <tomas.cere@pantheon.tech>
Wed, 8 Sep 2021 12:36:30 +0000 (14:36 +0200)
Leftover from not being able to test stage to nexus
from sandbox. This is causing issues since its not set in
the mri-stage job and its not needed anyway since we
have KARAF_VERSION set in the downstream job.

Signed-off-by: Tomas Cere <tomas.cere@pantheon.tech>
Change-Id: I74d5c65fbff1f4893435893c8c594d7275e4e4fa

jjb/releng-maven-mri-stage.sh

index 9dfb7859e00bdd4a51ab04b659a824e42fc6e100..9dd7b4e6cd17bebeca085934f3b2bba9df7d71e3 100644 (file)
@@ -29,5 +29,4 @@ echo "Bundle url is ${BUNDLE_URL}"
 # Re-inject the new BUNDLE_URL for downstream jobs to pull from Nexus
 cat > "${WORKSPACE}/maven-staged-bundle.env" <<EOF
 BUNDLE_URL=${BUNDLE_URL}
-KARAF_VERSION=${KARAF_VERSION}
 EOF