From 266917bf92b37c9f3ada4c2d9acb8983622a0996 Mon Sep 17 00:00:00 2001 From: Marcin Simonides Date: Mon, 7 Oct 2024 13:28:04 +0200 Subject: [PATCH] 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. --- .gitlab-ci-release.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci-release.yml b/.gitlab-ci-release.yml index 3bb5dce2e..f8c986525 100644 --- a/.gitlab-ci-release.yml +++ b/.gitlab-ci-release.yml @@ -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 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75aed8e06..f50a90420 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: