fix ordering of rules

This commit is contained in:
pokeeffe-molecula 2022-01-07 10:43:52 -06:00
parent 5779b1c036
commit 219322b675

View file

@ -282,8 +282,8 @@ smoke test:
# TF_VAR_cluster_prefix: ""
# TF_VAR_branch: ""
# rules:
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
# - if: '$CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"'
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
# before_script:
# - apt-get update && apt-get install -y gnupg software-properties-common curl git
# - curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -