Skip to content

Commit

Permalink
update hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Dec 20, 2023
1 parent 718daf4 commit 24ebcc0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
run: |
for lines in ${{ env.HOSTS }} ; do
line=($(echo $lines | awk -F ':' '{print $1,$2}'))
ping -c 2 ${line[2]}
echo ${line[1]}
echo ${line[2]}
done
# count=10
# while ! ping -c 1 ${{ env.HOSTS }} ; do
# echo "waiting..." ;
# sleep 1 ;
# let count=count-1
# done
# echo "ping success"

0 comments on commit 24ebcc0

Please sign in to comment.