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 9df1556 commit b1e0a9aCopy full SHA for b1e0a9a
.gitlab-ci.yml
@@ -923,6 +923,17 @@ verify_maven_central_deployment:
923
exit 1
924
fi
925
done
926
+ # TODO: remove this
927
+ echo "The job was successful, but what does test-job do if this job fails?"
928
+ exit 1
929
+
930
+test-job:
931
+ stage: publish
932
+ needs:
933
+ - job: verify_maven_central_deployment
934
+ optional: true
935
+ script:
936
+ - echo "Hello, world!"
937
938
# publishing-gate:
939
# needs:
0 commit comments