* .gitlab-ci.yml: Typo.

This commit is contained in:
Alexandre Duret-Lutz 2018-07-02 16:44:34 +02:00
parent 34ffc1fa1f
commit b9482a5bcc

View file

@ -233,7 +233,7 @@ publish-rpm:
dependencies: dependencies:
- rpm-pkg - rpm-pkg
script: script:
- case $CI_COMMIT_REF_NAME in stable) rput fedora stable *.rpm;; next) rput fedora unstable *.rpm;; e - case $CI_COMMIT_REF_NAME in stable) rput fedora stable *.rpm;; next) rput fedora unstable *.rpm;; esac
publish-stable: publish-stable:
only: only: