We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785f723 commit e410fb4Copy full SHA for e410fb4
.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
4
5
#image: maven:3.9-eclipse-temurin-8
6
#image: bellsoft/liberica-openjdk-debian:17
7
-image: eclipse-temurin:17-jdk
+image: eclipse-temurin:17-jdk-jammy
8
9
# cache:
10
# paths:
@@ -84,4 +84,4 @@ notify-github-failure:
84
stage: .postnotify
85
when: on_failure
86
script:
87
- - .ci/notify_github.sh failure
+ - .ci/notify_github.sh failure
0 commit comments