diff --git a/scripts/pre-build-env.sh b/scripts/pre-build-env.sh index 072f81376..3e05d7ffc 100755 --- a/scripts/pre-build-env.sh +++ b/scripts/pre-build-env.sh @@ -3,7 +3,7 @@ set -o errexit set -o nounset - BASE_URL="https://raw.githubusercontent.com/${GIT_ENV_REPO}/master/" + BASE_URL="${GIT_ENV_REPO}/across/frontend/outputs/" if [ -n "${GH_TOKEN}" ]; then