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
nerrons
purr-data
Commits
479768a5
Commit
479768a5
authored
Oct 27, 2016
by
Jonathan Wilkes
Browse files
try the -b flag while testing artifact upload, and try uploading a known file-- README.md
parent
a4c1ff1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
479768a5
...
...
@@ -11,10 +11,10 @@ debian_stable_i386_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -
B
-
./tar_em_up.sh -
b
artifacts
:
paths
:
-
pd*.deb
-
README.md
debian_stable_amd64_deb
:
tags
:
...
...
@@ -24,7 +24,10 @@ debian_stable_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -B
-
./tar_em_up.sh -b
artifacts
:
paths
:
-
README.md
ubuntu_14.04_i386_deb
:
tags
:
...
...
@@ -34,7 +37,10 @@ ubuntu_14.04_i386_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -B
-
./tar_em_up.sh -b
artifacts
:
paths
:
-
README.md
ubuntu_14.04_amd64_deb
:
tags
:
...
...
@@ -44,7 +50,10 @@ ubuntu_14.04_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -B
-
./tar_em_up.sh -b
artifacts
:
paths
:
-
README.md
ubuntu_16.04_amd64_deb
:
tags
:
...
...
@@ -54,4 +63,8 @@ ubuntu_16.04_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -B
-
./tar_em_up.sh -b
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