From b9482a5bcc98b4f8a3e6bbb01efaa6a56b3aa0e0 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 2 Jul 2018 16:44:34 +0200 Subject: [PATCH] * .gitlab-ci.yml: Typo. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 637f38fe8..8cbdd73bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -233,7 +233,7 @@ publish-rpm: dependencies: - rpm-pkg 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: only: