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
b867694b
Commit
b867694b
authored
3 years ago
by
Daniel Nordhoff-Vergien
Browse files
Options
Download
Email Patches
Plain Diff
create branch per sdk
parent
ab446e8c
master
Pipeline
#7543
failed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+3
-1
build.sh
with
3 additions
and
1 deletion
+3
-1
build.sh
View file @
b867694b
...
...
@@ -11,6 +11,8 @@ while read p; do
TAG
=
${
p
//@/-
}
VERSION
=
"
$(
cut
-d
'@'
-f2
<<<
"
$p
"
)
"
JDK
=
"
$(
cut
-d
'@'
-f1
<<<
"
$p
"
)
"
git checkout
-B
$JDK
echo
"JDK:
$JDK
"
echo
"VERSION:
$VERSION
"
echo
"build:scm-
$TAG
:"
>>
build/.gitlab-ci.yml
...
...
@@ -46,4 +48,4 @@ while read p; do
done
</tmp/jabba.out
jabba ls-remote
git push
--all
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