Skip to content

Commit

Permalink
chore: fix clone production binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Sep 21, 2024
1 parent 27af46a commit fbc32fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pkill oraid && sleep 2

# download current production binary
current_dir=$PWD
rm -rf ../../orai-old/ && git clone https://github.com/oraichain/orai.git ../../orai-old && cd ../../orai-old/orai && git checkout $OLD_VERSION && go mod tidy && GOTOOLCHAIN=go1.21.4 make install
rm -rf ../../orai-old/ && git clone --branch $OLD_VERSION --single-branch https://github.com/oraichain/orai.git ../../orai-old && cd ../../orai-old/orai && go mod tidy && GOTOOLCHAIN=go1.21.4 make install

cd $current_dir

Expand Down

0 comments on commit fbc32fd

Please sign in to comment.