We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150b8c0 commit b4c50a4Copy full SHA for b4c50a4
1 file changed
.gitlab/upload_ciapp.sh
@@ -49,6 +49,6 @@ junit_upload_status=$?
49
coverage_upload "$DATADOG_API_KEY_PROD"
50
coverage_upload_status=$?
51
52
-if [[ $junit_status -ne 0 || $coverage_status -ne 0 ]]; then
+if [[ $junit_upload_status -ne 0 || $coverage_upload_status -ne 0 ]]; then
53
exit 1
54
fi
0 commit comments