check out specific sandbox version
This commit is contained in:
parent
f5f5817015
commit
ce331962af
|
@ -3,6 +3,9 @@
|
||||||
if [ ! -d _sandbox ]; then
|
if [ ! -d _sandbox ]; then
|
||||||
echo We need to create it...
|
echo We need to create it...
|
||||||
git clone https://github.com/algorand/sandbox.git _sandbox
|
git clone https://github.com/algorand/sandbox.git _sandbox
|
||||||
|
cd _sandbox
|
||||||
|
git checkout 4e613dcff61523693c18584894ee6de9bd469ec1
|
||||||
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sed -i -e 's@export ALGOD_URL=""@export ALGOD_URL="https://github.com/algorand/go-algorand"@' \
|
sed -i -e 's@export ALGOD_URL=""@export ALGOD_URL="https://github.com/algorand/go-algorand"@' \
|
||||||
|
|
Loading…
Reference in New Issue