Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
ci: fix duplicate get version, make version trigger bump (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Feb 10, 2022
1 parent be8c5b4 commit 711c683
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 @@ -126,11 +126,11 @@ jobs:
trigger: true
passed: [ release ]
- get: version
trigger: true
passed: [ release ]
- get: charts-repo
params: { skip_download: true }
- get: pipeline-tasks
- get: version
- task: bump-image-digest-in-values
config:
platform: linux
Expand Down

0 comments on commit 711c683

Please sign in to comment.