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