mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-20 06:58:04 -04:00
fix(ci): ensure safe browsing is configured
This commit is contained in:
@@ -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 "\
|
||||
|
||||
|
||||
Reference in New Issue
Block a user