Skip to content
Snippets Groups Projects
Commit d6f7af9b authored by Dean Lovett's avatar Dean Lovett
Browse files

Update Nexus-Auto-DevOps.gitlab-ci.yml

parent 8fef1aa2
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,6 @@ staging: ...@@ -13,8 +13,6 @@ staging:
variables: variables:
KUBE_NAMESPACE: "staging" KUBE_NAMESPACE: "staging"
rules: rules:
- if: '$CI_KUBERNETES_ACTIVE == null || $CI_KUBERNETES_ACTIVE == ""'
when: never
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
when: never when: never
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH || $CI_COMMIT_MESSAGE !~ /^chore\(release\)/' - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH || $CI_COMMIT_MESSAGE !~ /^chore\(release\)/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment