Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 337a19c

Browse files
committed
Run release jobs on weekly publish-dockerhub schedule
1 parent f1fa835 commit 337a19c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ pre-release:
220220
- schedules@archlinux/archlinux-docker
221221
variables:
222222
- $PUBLISH_ARCHLINUX_REPOSITORY == "TRUE"
223+
- $PUBLISH_OFFICIAL_LIBRARY == "TRUE"
223224
before_script:
224225
- apk update
225226
- apk add jq curl httpie bash
@@ -286,6 +287,7 @@ release:
286287
- schedules@archlinux/archlinux-docker
287288
variables:
288289
- $PUBLISH_ARCHLINUX_REPOSITORY == "TRUE"
290+
- $PUBLISH_OFFICIAL_LIBRARY == "TRUE"
289291
script:
290292
- echo 'Creating release'
291293
release:
@@ -315,7 +317,6 @@ publish-dockerhub:
315317
dependencies:
316318
- get_version
317319
- pre-release
318-
- release
319320
only:
320321
refs:
321322
- schedules

0 commit comments

Comments
 (0)