projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822555a
)
get paths right for artifacts
author
John Ellson
<john.ellson@gmail.com>
Tue, 13 Nov 2018 16:12:17 +0000
(11:12 -0500)
committer
John Ellson
<john.ellson@gmail.com>
Tue, 13 Nov 2018 16:12:17 +0000
(11:12 -0500)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index f5ca517309ce18f688b3c79ab6df60f806b4df68..e7481ac94c8d6cf8e9bd516991a0d35c821fd596 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-40,13
+40,12
@@
portable-source:
- VERSION=$( cat VERSION )
- zcat graphviz-${VERSION}.tar.gz | tar xf -
- (cd graphviz-${VERSION}; fakeroot make -f debian/rules binary)
- - ln -s graphviz-${VERSION} packages
artifacts:
when: on_success
expire_in: 1 week
paths:
- -
packages/
*.deb
- -
packages/
*.ddeb
+ - *.deb
+ - *.ddeb
only:
- master