Skip to content

Commit

Permalink
Add stanza to ci.hcl to trigger helm pipeline (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
shore authored Aug 12, 2022
1 parent eae0c24 commit c6092c6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,16 @@ event "promote-production-packaging" {
on = "always"
}
}

event "promote-production-helm" {
depends = ["promote-production-packaging"]
action "promote-production-helm" {
organization = "hashicorp"
repository = "crt-workflows-common"
workflow = "promote-production-helm"
}

notification {
on = "always"
}
}

0 comments on commit c6092c6

Please sign in to comment.