File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - v2
66 - custom-release
77jobs :
8- test :
9- runs-on : ubuntu-latest
10- timeout-minutes : 20
11- steps :
12- - uses : actions/checkout@v4
13- with :
14- fetch-depth : 0
15-
16- - uses : actions/setup-node@v4
17- with :
18- node-version : 18
19-
20- - name : Set up JDK 21
21- uses : actions/setup-java@v4
22- with :
23- java-version : 21
24- distribution : temurin
25- cache : maven
26-
278 container-image :
289 runs-on : ubuntu-latest
29- needs :
30- - test
3110 steps :
3211 - uses : actions/checkout@v4
3312 with :
5231 date_time=`date +"%Y-%m-%dT%H-%M-%S"`
5332 docker_tag_long="$otp_version-$date_time-$commit_hash"
5433
55- mvn --batch-mode -P prettierSkip install -DskipTests com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=$docker_tag_long
34+ mvn --batch-mode -P prettierSkip install com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=$docker_tag_long
You can’t perform that action at this time.
0 commit comments