aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-09-15 13:27:15 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-09-15 13:27:15 +0200
commitacd9b09cc20ef73d4c7e9fd1a15e6c5d4e7875bc (patch)
tree99e4fa2bd4f9d9df57839396ffb737eacb76fd84
parent0e3158fdf8427f870d51db7ba0ae31e73538b067 (diff)
downloadgterm-acd9b09cc20ef73d4c7e9fd1a15e6c5d4e7875bc.tar.gz
ci: tweak pages
-rw-r--r--.gitlab-ci.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd07bb7..81cc8c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,18 +38,20 @@ tito_fedora:
before_script:
- dnf builddep -y *.spec
script:
- - tito build --test --rpm --output rpms
- - createrepo rpms
+ - tito build --test --rpm --output rpms-fedora
+ - createrepo rpms-fedora
artifacts:
paths:
- - rpms/
+ - rpms-fedora/
pages:
stage: repo
+ image: registry.gitlab.com/kraxel/rpm-package-builder:fedora
dependencies:
- - build_fedora
+ - tito_fedora
script:
- - mv rpms public
+ - mkdir public
+ - mv rpms-fedora public/fedora
artifacts:
paths:
- public/