From 76f871dc8b1b0211f3771c43975a27e5369dba92 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 1 Nov 2020 23:07:39 +0100 Subject: [PATCH] Set different schedules for official publish and own repo This fixes #42. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8494481..081a35e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,7 +173,7 @@ release: refs: - schedules variables: - - $SCHEDULED_PUBLISH == "TRUE" + - $PUBLISH_ARCHLINUX_REPOSITORY == "TRUE" before_script: - apk update - apk add jq curl @@ -255,7 +255,7 @@ publish:official: refs: - schedules variables: - - $SCHEDULED_PUBLISH == "TRUE" + - $PUBLISH_OFFICIAL_LIBRARY == "TRUE" before_script: - export | grep -q BUILD_VERSION= - export | grep -q BUILD_COMMIT=