Skip to content

Commit

Permalink
Fix github CLI installation.
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
msimonides-proton committed Oct 7, 2024
1 parent dff6a0d commit 266917b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ publish-apk-internal:

publish-github:
stage: publish
dependencies: ["sign vanilla apk", "export archive name"]
dependencies: ["sign vanilla apk", "export archive name", "sync-app"]
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default:
image: ${PROTON_CI_REGISTRY}/android-shared/docker-android/oci-ndk:v2.1.5
image: ${PROTON_CI_REGISTRY}/android-shared/docker-android/oci-ndk:v2.1.6
tags:
- shared-small
before_script:
Expand Down

0 comments on commit 266917b

Please sign in to comment.