From 2381b113ece557ae830946dad6b3541efb1c9346 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Wed, 26 Oct 2016 21:59:49 -0400 Subject: [PATCH] try transfering artifacts by using a different path --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e08532ea..5fbc2d350 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ debian_stable_i386_deb: - ./tar_em_up.sh -B artifacts: paths: - - ./*.deb + - pd*.deb expire_in: 1 week debian_stable_amd64_deb: @@ -28,7 +28,7 @@ debian_stable_amd64_deb: - ./tar_em_up.sh -B artifacts: paths: - - ./*.deb + - pd*.deb expire_in: 1 week @@ -43,7 +43,7 @@ ubuntu_14.04_i386_deb: - ./tar_em_up.sh -B artifacts: paths: - - ./*.deb + - pd*.deb expire_in: 1 week @@ -58,7 +58,7 @@ ubuntu_14.04_amd64_deb: - ./tar_em_up.sh -B artifacts: paths: - - ./*.deb + - pd*.deb expire_in: 1 week ubuntu_16.04_amd64_deb: @@ -72,5 +72,5 @@ ubuntu_16.04_amd64_deb: - ./tar_em_up.sh -B artifacts: paths: - - ./*.deb + - pd*.deb expire_in: 1 week -- GitLab