From 9ab4773fb5c284d1b75a604c2a00f54a4649e208 Mon Sep 17 00:00:00 2001 From: Mariano Asselborn Date: Thu, 24 Aug 2023 12:35:43 -0400 Subject: [PATCH] Swap update-ironbank and crt-hook-tfc-upload execution order in the CRT pipeline --- .release/ci.hcl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.release/ci.hcl b/.release/ci.hcl index 04ac180b9e..abcc2dc567 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -139,12 +139,12 @@ event "promote-production-packaging" { } } -event "update-ironbank" { +event "crt-hook-tfc-upload" { depends = ["promote-production-packaging"] - action "update-ironbank" { + action "crt-hook-tfc-upload" { organization = "hashicorp" - repository = "crt-workflows-common" - workflow = "update-ironbank" + repository = "terraform-releases" + workflow = "crt-hook-tfc-upload" } notification { @@ -152,12 +152,12 @@ event "update-ironbank" { } } -event "crt-hook-tfc-upload" { - depends = ["update-ironbank"] - action "crt-hook-tfc-upload" { +event "update-ironbank" { + depends = ["crt-hook-tfc-upload"] + action "update-ironbank" { organization = "hashicorp" - repository = "terraform-releases" - workflow = "crt-hook-tfc-upload" + repository = "crt-workflows-common" + workflow = "update-ironbank" } notification {