Skip to content

Commit

Permalink
refactor: change back to just using 1 environment for approval
Browse files Browse the repository at this point in the history
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
  • Loading branch information
angela-tran committed Aug 24, 2023
1 parent 1e68439 commit ef9674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ stages:
jobs:
- deployment: Apply
condition: succeeded()
environment: dependencies.TerraformPlan.outputs['Plan.WORKSPACE']
environment: Approval
strategy:
runOnce:
deploy:
Expand Down

0 comments on commit ef9674b

Please sign in to comment.