Skip to content

Commit

Permalink
Don't render the tar and zip file during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmapes committed Jul 13, 2024
1 parent 748bd25 commit e3735ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vela.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
image: eclipse-temurin:21.0.3_9-jdk-alpine@sha256:68a8a4ad547e750f497824540d90ff29d4b819a6a6287a5eb1b03a71e4c2167b
pull: not_present
commands:
- ./gradlew clean build buildLayers
- ./gradlew clean build -x distTar -x distZip

- name: build image dry run
image: target/vela-kaniko:v0.17.0@sha256:56d8499175eb5a1b5342a86f706b87bff89878d2e5a5d835dcb9ffaa21836d19
Expand Down

0 comments on commit e3735ff

Please sign in to comment.