mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2025-12-23 22:30:03 -05:00
fix: ensure we source env_local.sh earlier at ci-build.sh
Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
@@ -64,7 +64,6 @@ export IF_BUILD_DATE="$CI_PIPELINE_CREATED_AT"
|
||||
|
||||
# Build
|
||||
bash -x scripts/build.sh "$BUILD_TYPE"
|
||||
source "$(realpath $(dirname "$0"))/env_local.sh"
|
||||
|
||||
if [[ "$BUILD_TYPE" == "apk" ]]; then
|
||||
# Create GeckoView AAR archives
|
||||
|
||||
Reference in New Issue
Block a user