Skip to content

Commit

Permalink
Only push tags on release
Browse files Browse the repository at this point in the history
If you try to push more than that, it will fail if a newer commit has
been made
  • Loading branch information
ystros committed May 20, 2024
1 parent 7807d03 commit d49fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
- task: create-dockerfile
file: bosh-cli/ci/tasks/create-dockerfile.yml

- {put: bosh-cli, params: {repository: bosh-cli, tag: version-semver/number, tag_prefix: v}}
- {put: bosh-cli, params: {repository: bosh-cli, tag: version-semver/number, tag_prefix: v, only_tag: true }}

- in_parallel:
- {put: release-bucket-linux, params: {file: compiled-linux-amd64/bosh-cli-*-linux-amd64}}
Expand Down

0 comments on commit d49fb98

Please sign in to comment.