Skip to content
Snippets Groups Projects
Commit d41a3b3a authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

change artifact expiry to a single day

parent 3778aaa0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment