From a11ff05942af8bc83bb29903ffa9182b4dd450a9 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Wed, 26 Oct 2016 22:58:09 -0400 Subject: [PATCH] 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... :( --- .gitlab-ci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fbc2d350..adcc71c1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab