Commit 0953ddce authored by Angelo Gulina's avatar Angelo Gulina Committed by Michael Kozono

Use a default branch that's not "master" in template

parent 77a98f10
...@@ -52,7 +52,8 @@ cache: ...@@ -52,7 +52,8 @@ cache:
- gitlab-terraform apply - gitlab-terraform apply
when: manual when: manual
only: only:
- master variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
.destroy: &destroy .destroy: &destroy
stage: cleanup stage: cleanup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment