From ef9674b21e11d8018829f2b98131f641ae376ca1 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Thu, 24 Aug 2023 17:52:51 +0000 Subject: [PATCH] refactor: change back to just using 1 environment for approval to get a nicer looking environment name, e.g. use the workspace name, we would have to do a 'composed' pipeline since the environment property cannot be a variable - see https://stackoverflow.com/q/68545603 this doesn't seem worth it, so going back to just using a simple name --- experiment-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiment-pipeline.yml b/experiment-pipeline.yml index cb8d266a..ee86ce7d 100644 --- a/experiment-pipeline.yml +++ b/experiment-pipeline.yml @@ -98,7 +98,7 @@ stages: jobs: - deployment: Apply condition: succeeded() - environment: dependencies.TerraformPlan.outputs['Plan.WORKSPACE'] + environment: Approval strategy: runOnce: deploy: