Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Dec 30, 2024
1 parent 8ce8795 commit 78c90ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/start_meta_engine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ install_tikv(){
# retry because of: https://github.com/pingcap/tiup/issues/2057
curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh
user=$(whoami)
echo user is $user
if [ "$user" == "root" ]; then
tiup=/root/.tiup/bin/tiup
elif [ "$user" == "runner" ]; then
Expand Down

0 comments on commit 78c90ba

Please sign in to comment.