From db22f3e56be1199d345cc0813598b9e5e7c05e46 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Thu, 26 Jul 2018 12:30:46 -0400 Subject: [PATCH] trying to get at out-of-tree rpm artifacts --- .gitlab-ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00a1200d7..0ce0ee0e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,12 +24,13 @@ portable-source: - rm -rf /home/gitlab-runner/rpmbuild - VERSION=$( cat VERSION ) - rpmbuild -ta graphviz-${VERSION}.tar.gz + - ln /home/gitlab-runner/rpmbuild . artifacts: when: on_success expire_in: 1 week paths: - - /home/gitlab-runner/rpmbuild/SRPMS/graphviz*.rpm - - /home/gitlab-runner/rpmbuild/RPMS/*/graphviz*.rpm + - rpmbuild/SRPMS/graphviz*.rpm + - rpmbuild/RPMS/*/graphviz*.rpm only: - master @@ -43,11 +44,6 @@ centos7-build: tags: - graphviz,centos7 -fedora26-build: - <<: *build_definition - tags: - - graphviz,fedora26 - fedora27-build: <<: *build_definition tags: -- 2.40.0