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

test retrieval of artifacts with gitlab

parent cd5333c9
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -14,7 +14,8 @@ debian_stable_i386_deb: ...@@ -14,7 +14,8 @@ debian_stable_i386_deb:
- ./tar_em_up.sh -B - ./tar_em_up.sh -B
artifacts: artifacts:
paths: paths:
- a.out - ../*.deb
expire_in: 1 week
debian_stable_amd64_deb: debian_stable_amd64_deb:
tags: tags:
...@@ -25,6 +26,11 @@ debian_stable_amd64_deb: ...@@ -25,6 +26,11 @@ debian_stable_amd64_deb:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- ./tar_em_up.sh -B - ./tar_em_up.sh -B
artifacts:
paths:
- ../*.deb
expire_in: 1 week
ubuntu_14.04_i386_deb: ubuntu_14.04_i386_deb:
tags: tags:
...@@ -35,6 +41,11 @@ ubuntu_14.04_i386_deb: ...@@ -35,6 +41,11 @@ ubuntu_14.04_i386_deb:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- ./tar_em_up.sh -B - ./tar_em_up.sh -B
artifacts:
paths:
- ../*.deb
expire_in: 1 week
ubuntu_14.04_amd64_deb: ubuntu_14.04_amd64_deb:
tags: tags:
...@@ -45,6 +56,10 @@ ubuntu_14.04_amd64_deb: ...@@ -45,6 +56,10 @@ ubuntu_14.04_amd64_deb:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- ./tar_em_up.sh -B - ./tar_em_up.sh -B
artifacts:
paths:
- ../*.deb
expire_in: 1 week
ubuntu_16.04_amd64_deb: ubuntu_16.04_amd64_deb:
tags: tags:
...@@ -55,3 +70,7 @@ ubuntu_16.04_amd64_deb: ...@@ -55,3 +70,7 @@ ubuntu_16.04_amd64_deb:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- ./tar_em_up.sh -B - ./tar_em_up.sh -B
artifacts:
paths:
- ../*.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