Enable Iron Bank updates

enable_ironbank
Mariano Asselborn 3 years ago
parent e5dd7257af
commit eda397da49

@ -139,24 +139,21 @@ event "promote-production-packaging" {
}
}
// commenting the ironbank update for now until it is all set up on the Ironbank side
// event "update-ironbank" {
// depends = ["promote-production-packaging"]
// action "update-ironbank" {
// organization = "hashicorp"
// repository = "crt-workflows-common"
// workflow = "update-ironbank"
// }
event "update-ironbank" {
depends = ["promote-production-packaging"]
action "update-ironbank" {
organization = "hashicorp"
repository = "crt-workflows-common"
workflow = "update-ironbank"
}
// notification {
// on = "always"
// }
// }
notification {
on = "always"
}
}
event "crt-hook-tfc-upload" {
// this will need to be changed back to update-ironbank once the Ironbank setup is done
depends = ["promote-production-packaging"]
depends = ["update-ironbank"]
action "crt-hook-tfc-upload" {
organization = "hashicorp"
repository = "terraform-releases"

Loading…
Cancel
Save