Always artifacts
This commit is contained in:
parent
ee7567e4f6
commit
971991567d
|
@ -144,5 +144,6 @@ license_scanning:
|
||||||
- /opt/ort/bin/ort scan -i $CI_PROJECT_DIR/analyzer-result.yml -o $CI_PROJECT_DIR/
|
- /opt/ort/bin/ort scan -i $CI_PROJECT_DIR/analyzer-result.yml -o $CI_PROJECT_DIR/
|
||||||
- /opt/ort/bin/ort report -f StaticHtml -i $CI_PROJECT_DIR/scan-result.yml -o doc/license
|
- /opt/ort/bin/ort report -f StaticHtml -i $CI_PROJECT_DIR/scan-result.yml -o doc/license
|
||||||
artifacts:
|
artifacts:
|
||||||
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- doc/license
|
- doc/license
|
||||||
|
|
Loading…
Reference in a new issue