Skip to content
Snippets Groups Projects
Commit 62d33d33 authored by Shavers, Nicholas H's avatar Shavers, Nicholas H
Browse files

workflow based tags

parent 261cc576
No related branches found
No related tags found
1 merge request!357geomag tag added to jobs
Pipeline #520242 failed
......@@ -19,10 +19,14 @@ variables:
# Do not run in upstream for merge requests
workflow:
rules:
- if: $CI_COMMIT_TAG || $CI_COMMIT_BRANCH
- if: $CI_PROJECT_PATH != $UPSTREAM_PATH
- if: $CI_COMMIT_TAG && $CI_PROJECT_PATH != $UPSTREAM_PATH
variables:
ENVIRONMENT_TAG: staging01
- if: $CI_COMMIT_BRANCH && $CI_PROJECT_PATH != $UPSTREAM_PATH
variables:
ENVIRONMENT_TAG: staging01
- if: $CI_COMMIT_TAG || $CI_COMMIT_BRANCH
## --------------------------------------------------
# Templates
## --------------------------------------------------
......
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