diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-17 10:02:03 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-17 10:02:03 +0200 |
commit | 30447936a37f09bde9b3b341a13a8c2625fd4bfe (patch) | |
tree | 4c92c503be7862d450f8884fb53b21d997a1e9b4 | |
parent | 69b4925ff251947e2dd80d25681c2d0dd650b36d (diff) | |
download | imagefish-30447936a37f09bde9b3b341a13a8c2625fd4bfe.tar.gz |
separate systemd job #2
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b6a858..93fe3b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ fedora: paths: - fedora -fedora-systemd: +fedora_systemd: stage: images image: registry.gitlab.com/kraxel/rpm-package-builder:fedora before_script: @@ -85,6 +85,7 @@ pages: - centos7 - centos8 - fedora + - fedora_systemd - wsl script: - mkdir public |