Fix filename in report warnings pipeline stage
This commit is contained in:
parent
86be755c83
commit
90b193522e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue