diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-18 06:50:20 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-18 06:50:20 +0200 |
commit | c292aececa9d15e5acb3676b445b8410c3a32eb4 (patch) | |
tree | 4b02be133cab00f62c97619714939603467ef338 | |
parent | e3022c88c0b63626d27e0796199c4b435942e1d3 (diff) | |
download | gterm-c292aececa9d15e5acb3676b445b8410c3a32eb4.tar.gz |
add artifacts
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3de5697..39ffb44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,4 +37,8 @@ tito_fedora: before_script: - dnf builddep -y *.spec script: - - tito build --test --rpm + - tito build --test --rpm --output rpms + - createrepo rpms + artifacts: + paths: + - rpms/ |