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

WIP

parent 8345e214
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ spec: ...@@ -63,7 +63,7 @@ spec:
action: start action: start
resource_group: $TF_STATE_NAME resource_group: $TF_STATE_NAME
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && "$[[ inputs.auto_apply ]]" == "true"' - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && "$[[ inputs.auto_apply ]]" == "true"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual when: manual
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment