diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-15 10:18:24 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-15 10:18:24 +0200 |
commit | f005d2265e3df4c66a340a86351358f39dbbea9c (patch) | |
tree | 4f160d11f560bba0f287c5fd886c0f3b03924638 | |
parent | c292aececa9d15e5acb3676b445b8410c3a32eb4 (diff) | |
download | gterm-f005d2265e3df4c66a340a86351358f39dbbea9c.tar.gz |
try publish rpms
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39ffb44..d191b56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,3 +42,12 @@ tito_fedora: artifacts: paths: - rpms/ + +pages: + dependencies: + - build_fedora + script: + - mv rpms public + artifacts: + paths: + - public/ |