Skip to content
Snippets Groups Projects
Commit 782b18bc authored by Rory Jennings's avatar Rory Jennings
Browse files

fix: add env variable to disable production job

parent 2ac717df
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ staging:
production_manual:
rules:
- if: '$PRODUCTION_DISABLED'
when: never
- if: '$CI_KUBERNETES_ACTIVE == null || $CI_KUBERNETES_ACTIVE == ""'
when: never
- if: '$INCREMENTAL_ROLLOUT_ENABLED'
......
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