From: John Ellson Date: Tue, 13 Nov 2018 16:12:17 +0000 (-0500) Subject: get paths right for artifacts X-Git-Tag: 2.42.0~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81f804291bb1302627a33799de3df298549da9fc;p=graphviz get paths right for artifacts --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5ca51730..e7481ac94 100644 --- 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