Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
pipelines
Commits
35a48476
Commit
35a48476
authored
Jul 05, 2021
by
Tigran Mkrtchyan
☕
Browse files
dcache: keep build artifacts 2 days
parent
fa196542
Changes
1
Show whitespace changes
Inline
Side-by-side
dcache-build.yml
View file @
35a48476
...
...
@@ -24,6 +24,7 @@ rpm:
artifacts
:
paths
:
-
"
packages/fhs/target/rpmbuild/RPMS/noarch/dcache*.rpm"
expire_in
:
2 days
deb
:
stage
:
build:deb
...
...
@@ -33,6 +34,7 @@ deb:
artifacts
:
paths
:
-
"
packages/fhs/target/dcache_*.deb"
expire_in
:
2 days
tar
:
stage
:
build:tar
...
...
@@ -42,6 +44,7 @@ tar:
artifacts
:
paths
:
-
"
packages/tar/target/dcache-*.tar.gz"
expire_in
:
2 days
install_rpm
:
stage
:
test_deploy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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