Skip to content

Commit

Permalink
more netlify debug #181
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 9, 2024
1 parent c5c5c9c commit 8760823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo $BRANCH

python3 -m venv .venv
source .venv/bin/activate
Expand All @@ -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
Expand Down

0 comments on commit 8760823

Please sign in to comment.