Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
d41a3b3a
Commit
d41a3b3a
authored
Nov 01, 2016
by
Jonathan Wilkes
Browse files
change artifact expiry to a single day
parent
3778aaa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d41a3b3a
...
...
@@ -13,7 +13,7 @@ debian_stable_i386_deb:
-
cd l2ork_addons
-
./tar_em_up.sh -B
artifacts
:
expire_in
:
1
week
expire_in
:
1
day
paths
:
-
pd*.deb
...
...
@@ -27,7 +27,7 @@ debian_stable_amd64_deb:
-
cd l2ork_addons
-
./tar_em_up.sh -B
artifacts
:
expire_in
:
1
week
expire_in
:
1
day
paths
:
-
pd*.deb
...
...
@@ -41,7 +41,7 @@ ubuntu_14.04_i386_deb:
-
cd l2ork_addons
-
./tar_em_up.sh -B
artifacts
:
expire_in
:
1
week
expire_in
:
1
day
paths
:
-
pd*.deb
...
...
@@ -55,7 +55,7 @@ ubuntu_14.04_amd64_deb:
-
cd l2ork_addons
-
./tar_em_up.sh -B
artifacts
:
expire_in
:
1
week
expire_in
:
1
day
paths
:
-
pd*.deb
...
...
@@ -69,6 +69,6 @@ ubuntu_16.04_amd64_deb:
-
cd l2ork_addons
-
./tar_em_up.sh -B
artifacts
:
expire_in
:
1
week
expire_in
:
1
day
paths
:
-
pd*.deb
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