Algorand Tests: set indexer branch to tagged release from master (#3389)

This commit is contained in:
Ben Guidarelli 2023-09-21 15:16:25 -04:00 committed by GitHub
parent a3df706b8a
commit d73068d064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ fi
sed -i -e 's@export ALGOD_URL=""@export ALGOD_URL="https://github.com/algorand/go-algorand"@' \
-e 's/export ALGOD_CHANNEL="stable"/export ALGOD_CHANNEL=""/' \
-e 's/export ALGOD_BRANCH=""/export ALGOD_BRANCH="v3.16.2-stable"/' \
-e 's/export INDEXER_BRANCH="master"/export INDEXER_BRANCH="2.15.4"/' \
-e 's/export INDEXER_ENABLE_ALL_PARAMETERS="false"/export INDEXER_ENABLE_ALL_PARAMETERS="true"/' _sandbox/config.dev
cd _sandbox