File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -812,8 +812,8 @@ get_github_token:
812812 rules :
813813 - if : ' $POPULATE_CACHE'
814814 when : never
815- - if : ' $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
816- when : on_success
815+ # - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
816+ # when: on_success
817817
818818 script :
819819 - dd-octo-sts version
@@ -835,8 +835,8 @@ deploy_artifacts_to_github:
835835 rules :
836836 - if : ' $POPULATE_CACHE'
837837 when : never
838- - if : ' $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
839- when : on_success
838+ # - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
839+ # when: on_success
840840 # Requires the deploy_to_maven_central job to have run first (the UP-TO-DATE gradle check across jobs is broken)
841841 # This will deploy the artifacts built from the publishToSonatype task to the GitHub release
842842 needs :
You can’t perform that action at this time.
0 commit comments