Skip to content

Commit

Permalink
Fix reliability env deploy (#7285)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson committed Jul 5, 2024
1 parent 3aea13c commit 504428e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ generate-lib-init-tag-values:

deploy-lib-init-trigger:
stage: deploy
rules:
- if: '$POPULATE_CACHE'
when: never
# Do not tag release candidate versions
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
when: on_success
# needs the version from the generate-tag-values job
needs:
- job: generate-lib-init-tag-values
Expand Down

0 comments on commit 504428e

Please sign in to comment.