Skip to content

Commit

Permalink
Merge pull request #425 from USEPA/john-moore-levesque-gitlab-ci-fix
Browse files Browse the repository at this point in the history
CI_COMMIT_TAG logic incorrect
  • Loading branch information
msglover authored Sep 2, 2021
2 parents d9895d9 + 3cc5436 commit 3cc76da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ Artifacts:
image: alpine
stage: artifacts
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_TAG != ""
when: always
- if: '$CI_COMMIT_BRANCH == "live"'
script:
Expand All @@ -979,7 +979,7 @@ Create Release:
- job: "Artifacts"
artifacts: true
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_TAG != ""
when: always
- if: '$CI_COMMIT_BRANCH == "live"'
script:
Expand Down

0 comments on commit 3cc76da

Please sign in to comment.