Skip to content

Commit

Permalink
artifactPrepareVersion: Add usage of gradle docker image if buildTool…
Browse files Browse the repository at this point in the history
… is gradle (#4226)
  • Loading branch information
vstarostin authored Feb 13, 2023
1 parent 54d0c68 commit 7c7dcbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/artifactPrepareVersion_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions resources/metadata/artifactPrepareVersion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,9 @@ spec:
params:
- name: buildTool
value: maven
- image: gradle:6-jdk11-alpine
conditions:
- conditionRef: strings-equal
params:
- name: buildTool
value: gradle

0 comments on commit 7c7dcbf

Please sign in to comment.