Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fa835 commit 337a19cCopy full SHA for 337a19c
.gitlab-ci.yml
@@ -220,6 +220,7 @@ pre-release:
220
- schedules@archlinux/archlinux-docker
221
variables:
222
- $PUBLISH_ARCHLINUX_REPOSITORY == "TRUE"
223
+ - $PUBLISH_OFFICIAL_LIBRARY == "TRUE"
224
before_script:
225
- apk update
226
- apk add jq curl httpie bash
@@ -286,6 +287,7 @@ release:
286
287
288
289
290
291
script:
292
- echo 'Creating release'
293
release:
@@ -315,7 +317,6 @@ publish-dockerhub:
315
317
dependencies:
316
318
- get_version
319
- pre-release
- - release
320
only:
321
refs:
322
- schedules
0 commit comments