Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
7149e5a3
Commit
7149e5a3
authored
Mar 03, 2022
by
Alexandre Duret-Lutz
Browse files
* .gitlab-ci.yml (alpine-gcc): Fix path for logs.
parent
7d9fddad
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7149e5a3
...
...
@@ -115,8 +115,9 @@ alpine-gcc:
artifacts
:
when
:
always
paths
:
-
tests/*/*.log
-
./spot-*/_build/sub/
tests/*/*.log
-
./*.log
-
./*.tar.gz
arch-clang
:
stage
:
build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment