Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Nov 20, 2023
1 parent c6abee5 commit cd877f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
counter=0
COMMAND_STATUS=1
until [ $COMMAND_STATUS -eq 0 || $counter -eq 10 ]; do
echo "attempt #${counter}"
sfctl cluster select
COMMAND_STATUS=$?
sleep 1
Expand Down

0 comments on commit cd877f8

Please sign in to comment.