Skip to content

Commit

Permalink
Algorand Tests: set indexer branch to tagged release from master (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored Sep 21, 2023
1 parent a3df706 commit d73068d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions algorand/runPythonUnitTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d73068d

Please sign in to comment.