Skip to content
Snippets Groups Projects
Commit 1f84cbc8 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

production only on tags

parent 9db82c4b
No related branches found
No related tags found
1 merge request!60production only on tags
......@@ -57,10 +57,7 @@ default:
.production-env: &production-env
if: >
$CI_PROJECT_PATH == $UPSTREAM_PATH
&& (
$CI_COMMIT_BRANCH == 'production'
|| ( $CI_COMMIT_TAG && $CI_COMMIT_TAG != '' )
)
&& ( $CI_COMMIT_TAG && $CI_COMMIT_TAG != '' )
variables:
ENVIRONMENT: production
......
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