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
4f367208
Commit
4f367208
authored
Oct 30, 2016
by
Jonathan Wilkes
Browse files
fix typo that broke the builds
parent
414aff4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4f367208
...
...
@@ -11,7 +11,7 @@ debian_stable_i386_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
-
./
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
...
...
@@ -25,7 +25,7 @@ debian_stable_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
-
./
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
...
...
@@ -39,7 +39,7 @@ ubuntu_14.04_i386_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
-
./
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
...
...
@@ -53,7 +53,7 @@ ubuntu_14.04_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
-
./
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
...
...
@@ -67,7 +67,7 @@ ubuntu_16.04_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
-
./
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
...
...
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