Skip to content

Commit

Permalink
Fix error in test-alive script
Browse files Browse the repository at this point in the history
  • Loading branch information
leihuayi committed Aug 18, 2023
1 parent 2848708 commit 7f19265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scripts/test-alive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ timeout=900;
elapse=0;
range=10;
test_result=1
TAG=$(make get-current-version)
TAG=$(make get-current-tag)

until [ "$elapse" -ge "$timeout" -o "$test_result" -eq "0" ] ; do
[[ "$(curl -L -s $1/api/version)" == "$TAG" ]]
Expand Down

0 comments on commit 7f19265

Please sign in to comment.