From ab82534cca0d63e2563d698bdafeaf13312ab532 Mon Sep 17 00:00:00 2001 From: Evaldo Felipe Date: Tue, 14 Jan 2025 18:30:03 -0300 Subject: [PATCH] update Signed-off-by: Evaldo Felipe --- scripts/pre-build-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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