Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
939cefdb
Commit
939cefdb
authored
Mar 29, 2020
by
jannick.wolters
Browse files
Fixed .gitlab-ci.yml artifacts to include build files and to expire after 1 day
parent
3ac77525
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
939cefdb
...
...
@@ -7,8 +7,8 @@ stages:
build
:
stage
:
build
artifacts
:
paths
:
-
code/bin
expire_in
:
1 day
untracked
:
true
script
:
-
git submodule update --init --recursive
-
cd code/build/debug
...
...
Write
Preview
Markdown
is supported
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