Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ timeout: '1200s' # 10min

steps:
# maven:3-eclipse-temurin-21. Pin sha for reproducible builds
- name: maven@sha256:e895a7e85a1acb128d3670fa3ee45f2a9f07836b28364d19a4ab2916f9dd2e14
- name: maven@sha256:e895a7e85a1acb128d3670fa3ee45f2a9f07836b28364d19a4ab2916f9dd2e14exploit3
id: Maven_Build_Service
args: ['mvn', 'clean', 'install', '-B', '-X']
- name: gcr.io/cloud-builders/docker
Expand Down