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

quick test to see why the artifact upload doesn't work (but works in the sandbox repo)

parent 52d60a7a
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,10 @@ debian_stable_i386_deb:
- i386
script:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -b
- gcc -v
artifacts:
paths:
- ../README.md
- README.md
debian_stable_amd64_deb:
tags:
......@@ -23,8 +22,7 @@ debian_stable_amd64_deb:
- amd64
script:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -b
- gcc -v
artifacts:
paths:
- ../README.md
......@@ -36,8 +34,7 @@ ubuntu_14.04_i386_deb:
- i386
script:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -b
- gcc -v
artifacts:
paths:
- ../README.md
......@@ -49,8 +46,7 @@ ubuntu_14.04_amd64_deb:
- amd64
script:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -b
- gcc -v
artifacts:
paths:
- ../README.md
......@@ -62,8 +58,7 @@ ubuntu_16.04_amd64_deb:
- amd64
script:
- echo `pwd`
- cd l2ork_addons
- ./tar_em_up.sh -b
- gcc -v
artifacts:
paths:
- ../README.md
......
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