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

workflow based tags

parent 62d33d33
No related branches found
No related tags found
1 merge request!357geomag tag added to jobs
......@@ -20,11 +20,11 @@ variables:
workflow:
rules:
- if: $CI_COMMIT_TAG && $CI_PROJECT_PATH != $UPSTREAM_PATH
variables:
ENVIRONMENT_TAG: staging01
variables:
ENVIRONMENT_TAG: staging01
- if: $CI_COMMIT_BRANCH && $CI_PROJECT_PATH != $UPSTREAM_PATH
variables:
ENVIRONMENT_TAG: staging01
variables:
ENVIRONMENT_TAG: staging01
- if: $CI_COMMIT_TAG || $CI_COMMIT_BRANCH
## --------------------------------------------------
......
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