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
David MacDonald
purr-data
Commits
2381b113
Commit
2381b113
authored
Oct 26, 2016
by
Jonathan Wilkes
Browse files
try transfering artifacts by using a different path
parent
ca2f0061
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2381b113
...
...
@@ -14,7 +14,7 @@ debian_stable_i386_deb:
-
./tar_em_up.sh -B
artifacts
:
paths
:
-
./
*.deb
-
pd
*.deb
expire_in
:
1 week
debian_stable_amd64_deb
:
...
...
@@ -28,7 +28,7 @@ debian_stable_amd64_deb:
-
./tar_em_up.sh -B
artifacts
:
paths
:
-
./
*.deb
-
pd
*.deb
expire_in
:
1 week
...
...
@@ -43,7 +43,7 @@ ubuntu_14.04_i386_deb:
-
./tar_em_up.sh -B
artifacts
:
paths
:
-
./
*.deb
-
pd
*.deb
expire_in
:
1 week
...
...
@@ -58,7 +58,7 @@ ubuntu_14.04_amd64_deb:
-
./tar_em_up.sh -B
artifacts
:
paths
:
-
./
*.deb
-
pd
*.deb
expire_in
:
1 week
ubuntu_16.04_amd64_deb
:
...
...
@@ -72,5 +72,5 @@ ubuntu_16.04_amd64_deb:
-
./tar_em_up.sh -B
artifacts
:
paths
:
-
./
*.deb
-
pd
*.deb
expire_in
:
1 week
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