Set different schedules for official publish and own repo

This fixes #42.
This commit is contained in:
Sven-Hendrik Haase 2020-11-01 23:07:39 +01:00
parent db43bb3894
commit 76f871dc8b
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -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=