From dd89326ff834a2e9c21919cbcd73727ac773dfd5 Mon Sep 17 00:00:00 2001 From: Akash Yadav Date: Fri, 17 Jan 2025 00:32:27 +0530 Subject: [PATCH] fix(ci): ensure safe browsing is configured --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9471c1..821c047 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,11 @@ build-apk: matrix: - VERSION_NAME: "134.0" VERSION_CODE: ["31340100", "31340120"] + variables: + # The name of this variable must match with the one in scripts/prebuild.sh + SB_GAPI_KEY_FILE: /opt/IronFox/sb-gapi.data before_script: + - mkdir -p $(dirname "$SB_GAPI_KEY_FILE") && echo "$SB_GAPI_KEY" > "$SB_GAPI_KEY_FILE" - | bash -c "\