Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
7cfdc1e5
Commit
7cfdc1e5
authored
Oct 28, 2016
by
Jonathan Wilkes
Browse files
quick test to see why the artifact upload doesn't work (but works in the sandbox repo)
parent
52d60a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7cfdc1e5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment