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
|
- job: build_linux
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
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
|
- cat metrics.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
|
|
Loading…
Reference in New Issue