mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
comment out ironbank update in CI until it is set up (#32979)
This commit is contained in:
parent
b8985e5c4d
commit
c960b16e87
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user