Skip to content
Snippets Groups Projects
Unverified Commit 5a510b90 authored by Timo Furrer's avatar Timo Furrer
Browse files

Stop CI test environments

parent bc0b686c
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ apply:
script:
- gitlab-tofu apply
environment:
name: $TF_STATE_NAME
name: $[[ inputs.state_name ]]
action: start
resource_group: $[[ inputs.state_name ]]
rules:
......@@ -129,5 +129,8 @@ destroy:
stage: $[[ inputs.stage_cleanup ]]
script:
- gitlab-tofu destroy
environment:
name: $[[ inputs.state_name ]]
action: stop
resource_group: $[[ inputs.state_name ]]
when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment