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

try removing the artifacts to see if it caused a regression with the Ubuntu...

try removing the artifacts to see if it caused a regression with the Ubuntu runners hanging on exit (I can't debug it through gitlab because of its arbitrary limit on build log size... :(
parent 2381b113
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,6 @@ debian_stable_i386_deb:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -B
artifacts:
paths:
- pd*.deb
expire_in: 1 week
debian_stable_amd64_deb:
tags:
......@@ -26,11 +22,6 @@ debian_stable_amd64_deb:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -B
artifacts:
paths:
- pd*.deb
expire_in: 1 week
ubuntu_14.04_i386_deb:
tags:
......@@ -41,11 +32,6 @@ ubuntu_14.04_i386_deb:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -B
artifacts:
paths:
- pd*.deb
expire_in: 1 week
ubuntu_14.04_amd64_deb:
tags:
......@@ -56,10 +42,6 @@ ubuntu_14.04_amd64_deb:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -B
artifacts:
paths:
- pd*.deb
expire_in: 1 week
ubuntu_16.04_amd64_deb:
tags:
......@@ -70,7 +52,3 @@ ubuntu_16.04_amd64_deb:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -B
artifacts:
paths:
- pd*.deb
expire_in: 1 week
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