From 5ea86737490217914bfff2f3c1eb29267a4986b1 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Thu, 19 Dec 2024 13:47:40 +0000 Subject: [PATCH] repo: Debug slow build Signed-off-by: Ryan Northey --- build-repository.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-repository.sh b/build-repository.sh index 1e27494..109d251 100755 --- a/build-repository.sh +++ b/build-repository.sh @@ -95,6 +95,7 @@ main () { if [[ "$CONTEXT" == "deploy-preview" ]]; then echo "$DEPLOY_PRIME_URL" > site/url.txt bazel_args+=( + -s --//site:url=//site:url.txt --//site:signing-key=//site:signing.key.txt) else