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

fix: added dynamic namespaces

parent 782b18bc
Branches master
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ build:
- if: '$CI_COMMIT_BRANCH'
staging:
variables:
KUBE_NAMESPACE: "$CI_PROJECT_NAME-$CI_ENVIRONMENT_SLUG"
rules:
- if: '$CI_KUBERNETES_ACTIVE == null || $CI_KUBERNETES_ACTIVE == ""'
when: never
......@@ -75,4 +77,4 @@ testing:
when: never
- if: '$STAGING_ENABLED'
when: manual
allow_failure: true
\ No newline at end of file
allow_failure: true
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