]> granicus.if.org Git - graphviz/commitdiff
get paths right for artifacts
authorJohn Ellson <john.ellson@gmail.com>
Tue, 13 Nov 2018 16:12:17 +0000 (11:12 -0500)
committerJohn Ellson <john.ellson@gmail.com>
Tue, 13 Nov 2018 16:12:17 +0000 (11:12 -0500)
.gitlab-ci.yml

index f5ca517309ce18f688b3c79ab6df60f806b4df68..e7481ac94c8d6cf8e9bd516991a0d35c821fd596 100644 (file)
@@ -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