From 8760823034196323df8f1c3675f6ac32e3e0ec8e Mon Sep 17 00:00:00 2001 From: Javier Cladellas Date: Mon, 9 Dec 2024 10:56:09 +0100 Subject: [PATCH] more netlify debug #181 --- netlify-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify-build.sh b/netlify-build.sh index dc72195e..0dc262d9 100755 --- a/netlify-build.sh +++ b/netlify-build.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +echo $BRANCH python3 -m venv .venv source .venv/bin/activate @@ -10,7 +11,6 @@ pip3 install dist/*.whl npm i if [[ $BRANCH == *"new-benchmark"* ]]; then echo "Downloading Staging benchmarks" - echo $BRANCH config_id=6752b5194c9ccbdde21a48b8 girder-download -gid $config_id -o ./tmp/ -d merge-json-configs -fp ./tmp/**/website_config.json -o ./tmp/website_config.json -u