Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
werbeo
docker
jabba-jdk
Commits
540e2b7b
Commit
540e2b7b
authored
6 years ago
by
Daniel Nordhoff-Vergien
Browse files
Options
Download
Email Patches
Plain Diff
use correct variable for version
parent
43b782e5
master
No related merge requests found
Pipeline
#3429
passed with stage
in 40 seconds
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+2
-2
build.sh
with
2 additions
and
2 deletions
+2
-2
build.sh
View file @
540e2b7b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help