We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb367d commit cbb15f9Copy full SHA for cbb15f9
.gitlab-ci.yml
@@ -814,6 +814,8 @@ get_github_token:
814
when: never
815
# - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
816
# when: on_success
817
+ - when: manual
818
+ allow_failure: true
819
820
script:
821
- dd-octo-sts version
@@ -837,6 +839,8 @@ deploy_artifacts_to_github:
837
839
838
840
841
842
843
844
# Requires the deploy_to_maven_central job to have run first (the UP-TO-DATE gradle check across jobs is broken)
845
# This will deploy the artifacts built from the publishToSonatype task to the GitHub release
846
needs:
0 commit comments