Fix filename in report warnings pipeline stage

This commit is contained in:
Ian McInerney 2021-01-06 11:05:13 +00:00
parent 86be755c83
commit 90b193522e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ report_metrics:
- job: build_linux
artifacts: true
script:
- cat warnings.txt | { grep "warning:" || test $? = 1; } | awk 'END{print "number_of_warnings "NR}' > metrics.txt
- cat build/linux/compilation_log.txt | { grep "warning:" || test $? = 1; } | awk 'END{print "number_of_warnings "NR}' > metrics.txt
- cat metrics.txt
artifacts:
reports: