Commit 540e2b7b authored by Daniel Nordhoff-Vergien's avatar Daniel Nordhoff-Vergien
Browse files

use correct variable for version

parent 43b782e5
No related merge requests found
Pipeline #3429 passed with stage
in 40 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -23,7 +23,7 @@ while read p; do
echo " <<: *build_job_dep" >> build/.gitlab-ci.yml
echo " variables:" >> build/.gitlab-ci.yml
echo " JDKVERSION: $p" >> build/.gitlab-ci.yml
echo " VERSION: $TAG" >> build/.gitlab-ci.yml
echo " VERSION: $VERSION" >> build/.gitlab-ci.yml
echo " JDK: $JDK" >> build/.gitlab-ci.yml
echo "" >> build/.gitlab-ci.yml
......@@ -31,7 +31,7 @@ while read p; do
echo " <<: *build_job_curl" >> build/.gitlab-ci.yml
echo " variables:" >> build/.gitlab-ci.yml
echo " JDKVERSION: $p" >> build/.gitlab-ci.yml
echo " VERSION: $TAG" >> build/.gitlab-ci.yml
echo " VERSION: $VERSION" >> build/.gitlab-ci.yml
echo " JDK: $JDK" >> build/.gitlab-ci.yml
echo "" >> build/.gitlab-ci.yml
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment