fix: invalid path to get_sources.sh in ci-build.sh

This commit is contained in:
Akash Yadav
2025-01-08 15:07:47 +05:30
parent 0e2d453562
commit 405cf5eb3f

View File

@@ -11,13 +11,17 @@ rootdir="$(dirname "$0")/.."
source "$rootdir/scripts/setup-android-sdk.sh"
# Download sources
./scripts/get_sources.sh
"$rootdir/scripts/get_sources.sh"
# Setup API key for Google Safe Browsing
mkdir -p "$(dirname "${SB_GAPI_KEY_FILE}")" && echo "${SB_GAPI_KEY}" > "${SB_GAPI_KEY_FILE}"
# Print the mozconfig for debugging purposes
echo "gecko/mozconfig"
echo ""
echo "########################"
cat "$rootdir/gecko/mozconfig"
echo "########################"
echo ""
# Setup paths
source "$rootdir/scripts/paths_local.sh"