fix(ci): ensure safe browsing is configured

This commit is contained in:
Akash Yadav
2025-01-17 00:32:27 +05:30
parent e2da664594
commit dd89326ff8

View File

@@ -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 "\