Skip to content

Commit ba3e1e7

Browse files
committed
CI: set verbosity to check errors
Signed-off-by: Stefano Babic <[email protected]>
1 parent 6d46d35 commit ba3e1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ubuntu-jammy:
3030
tar cfz cov-int.tar.gz cov-int;
3131
curl https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME --form token=$COVERITY_SCAN_TOKEN --form email=$GITLAB_USER_EMAIL --form [email protected] --form version="`git describe --tags`" --form description="`git describe --tags` / $CI_COMMIT_TITLE / $CI_COMMIT_REF_NAME:$CI_PIPELINE_ID ";
3232
fi
33-
- make
33+
- make VERBOSE=1
3434

3535
reuse:
3636
needs: []

0 commit comments

Comments
 (0)