mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-05 13:56:16 +02:00
Set different schedules for official publish and own repo
This fixes #42.
This commit is contained in:
parent
db43bb3894
commit
76f871dc8b
@ -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=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user