Skip to content

Commit 1bb367d

Browse files
committed
Run jobs in CI for now
1 parent 59d7926 commit 1bb367d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)