From eda397da49d0b1b9bb517aadfeba9d741037bbf7 Mon Sep 17 00:00:00 2001 From: Mariano Asselborn Date: Wed, 23 Aug 2023 15:07:42 -0400 Subject: [PATCH] Enable Iron Bank updates --- .release/ci.hcl | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/.release/ci.hcl b/.release/ci.hcl index 218029b5bc..04ac180b9e 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -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"