Skip to content

Commit

Permalink
chore(ci): disable chart dependency temporarily
Browse files Browse the repository at this point in the history
temporarily disable the dependency on previous steps for the chart release step to release a new version of the chart without updating GPM.
  • Loading branch information
ralgozino committed Jan 17, 2023
1 parent e0e353d commit d853d3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,9 @@ name: release-helm-chart
kind: pipeline
type: docker

depends_on:
- "release"
# disabling temporary to release a new version of the chart
# depends_on:
# - "release"

trigger:
ref:
Expand Down

0 comments on commit d853d3b

Please sign in to comment.