Skip to content

Commit 266917b

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 dff6a0d commit 266917b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ publish-apk-internal:
223223

224224
publish-github:
225225
stage: publish
226-
dependencies: ["sign vanilla apk", "export archive name"]
226+
dependencies: ["sign vanilla apk", "export archive name", "sync-app"]
227227
rules:
228228
- if: $CI_PIPELINE_SOURCE == "schedule"
229229
when: never

.gitlab-ci.yml

+1-1
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)