* .gitlab-ci.yml (alpine-gcc): Fix path for logs.
This commit is contained in:
parent
6b88d6f35b
commit
c7201e4776
1 changed files with 2 additions and 1 deletions
|
|
@ -115,8 +115,9 @@ alpine-gcc:
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- tests/*/*.log
|
- ./spot-*/_build/sub/tests/*/*.log
|
||||||
- ./*.log
|
- ./*.log
|
||||||
|
- ./*.tar.gz
|
||||||
|
|
||||||
arch-clang:
|
arch-clang:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue