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

create branch per sdk

parent ab446e8c
Pipeline #7543 failed with stage
in 27 seconds
Showing with 3 additions and 1 deletion
+3 -1
......@@ -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
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