Skip to content

Commit

Permalink
[similarity tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Sep 30, 2024
1 parent 4a9a767 commit c94d24e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ else
i=0
NGROK_URL=""
ngrok config add-authtoken $NGROK_AUTH
ngrok config upgrade 3
ngrok config upgrade 2
ngrok start --all
while [ -z "$NGROK_URL" -a $i -lt 5 ]; do
i=$(($i + 1))
ngrok http 9000 >/dev/null &
Expand Down

0 comments on commit c94d24e

Please sign in to comment.