check out specific sandbox version

This commit is contained in:
Ben Guidarelli 2023-06-08 09:49:47 -04:00 committed by tbjump
parent f5f5817015
commit ce331962af
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
if [ ! -d _sandbox ]; then
echo We need to create it...
git clone https://github.com/algorand/sandbox.git _sandbox
cd _sandbox
git checkout 4e613dcff61523693c18584894ee6de9bd469ec1
cd ..
fi
sed -i -e 's@export ALGOD_URL=""@export ALGOD_URL="https://github.com/algorand/go-algorand"@' \