diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 365c77ce589cb11929734fc35224e8192ef86b13..4ba72179cad78ed64426d1f5814ee041588f117f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,8 @@ debian_stable_i386_deb: - ./tar_em_up.sh -B artifacts: paths: - - a.out + - ../*.deb + expire_in: 1 week debian_stable_amd64_deb: tags: @@ -25,6 +26,11 @@ debian_stable_amd64_deb: - echo `pwd` - cd l2ork_addons - ./tar_em_up.sh -B + artifacts: + paths: + - ../*.deb + expire_in: 1 week + ubuntu_14.04_i386_deb: tags: @@ -35,6 +41,11 @@ ubuntu_14.04_i386_deb: - echo `pwd` - cd l2ork_addons - ./tar_em_up.sh -B + artifacts: + paths: + - ../*.deb + expire_in: 1 week + ubuntu_14.04_amd64_deb: tags: @@ -45,6 +56,10 @@ ubuntu_14.04_amd64_deb: - echo `pwd` - cd l2ork_addons - ./tar_em_up.sh -B + artifacts: + paths: + - ../*.deb + expire_in: 1 week ubuntu_16.04_amd64_deb: tags: @@ -55,3 +70,7 @@ ubuntu_16.04_amd64_deb: - echo `pwd` - cd l2ork_addons - ./tar_em_up.sh -B + artifacts: + paths: + - ../*.deb + expire_in: 1 week