comment out ironbank update in CI until it is set up (#32979)

This commit is contained in:
Alvin Huang 2023-04-04 13:18:30 -04:00 committed by GitHub
parent b8985e5c4d
commit c960b16e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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