Skip to content

Commit 6d19558

Browse files
Fix github CLI installation.
- Update docker image to the newest one. It has the new GPG key for cli.github.com deb repository. - Add dependency on sync-app job to publish-github to avoid publishing when syncing code fails.
1 parent f650ab4 commit 6d19558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ publish-apk-internal:
231231

232232
publish-github:
233233
stage: publish
234-
dependencies: ["sign vanilla apk", "export archive name"]
234+
dependencies: ["sign vanilla apk", "export archive name", "sync-app"]
235235
rules:
236236
- if: $CI_PIPELINE_SOURCE == "schedule"
237237
when: never

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default:
2-
image: ${PROTON_CI_REGISTRY}/android-shared/docker-android/oci-ndk:v2.1.5
2+
image: ${PROTON_CI_REGISTRY}/android-shared/docker-android/oci-ndk:v2.1.6
33
tags:
44
- shared-small
55
before_script:

0 commit comments

Comments
 (0)