Skip to content

Commit b4c50a4

Browse files
Fix naming error
1 parent 150b8c0 commit b4c50a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/upload_ciapp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ junit_upload_status=$?
4949
coverage_upload "$DATADOG_API_KEY_PROD"
5050
coverage_upload_status=$?
5151

52-
if [[ $junit_status -ne 0 || $coverage_status -ne 0 ]]; then
52+
if [[ $junit_upload_status -ne 0 || $coverage_upload_status -ne 0 ]]; then
5353
exit 1
5454
fi

0 commit comments

Comments
 (0)