[gnome-build-meta/alatiera/rc-to-flathub] ci: avoid pushing rc-suffixed build to flathub
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/rc-to-flathub] ci: avoid pushing rc-suffixed build to flathub
- Date: Fri, 10 Sep 2021 15:08:19 +0000 (UTC)
commit 0c27829f8fa29a659dc1b5c0d59c9524e2d3a859
Author: Jordan Petridis <jpetridis gnome org>
Date: Fri Sep 10 15:08:18 2021 +0000
ci: avoid pushing rc-suffixed build to flathub
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 271e35a6f..b6072cbd3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -170,7 +170,7 @@ generate-deploy-config:
FLAT_MANAGER_REPO=nightly
SUPPORTED_ARCHES="x86_64 i686 aarch64"
;;
- *beta)
+ *beta | *rc )
FLAT_MANAGER_SERVER=https://hub.flathub.org/
ENVIRONMENT_NAME=flathub/$FLATPAK_BRANCH
FLAT_MANAGER_REPO=beta
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]