Skip to content

Commit

Permalink
Try GitLab pipeline with openjdk-19-jre-headless instead of 11
Browse files Browse the repository at this point in the history
  • Loading branch information
reneleonhardt committed May 22, 2023
1 parent 7abe1ba commit 4a5352a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default:
- mvrunner1
before_script:
- apt-get update -qq
- apt-get install -y -qq openjdk-11-jre-headless ssh lib32ncurses6 lib32z1 wget tar file gnupg2 git-lfs > /dev/null
- apt-get install -y -qq openjdk-19-jre-headless ssh lib32ncurses6 lib32z1 wget tar file gnupg2 git-lfs > /dev/null
- source /private/ENVS
- whoami
- mkdir ~/.ssh
Expand Down

0 comments on commit 4a5352a

Please sign in to comment.