Skip to content

Commit

Permalink
add connect test
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jul 14, 2023
1 parent 30a9670 commit adc8c8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/connect-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
total=$(jq '.total' cluster);
for i in {1..$total}
do
id=`echo $(jq ".items[$i-1].id" cluster) | sed 's/"//g'`
number=$i
echo $number
number=$number-1
id=`echo $(jq ".items[$number].id" cluster) | sed 's/"//g'`
ticloud cluster delete -p 1372813089447741295 -c $id --force;
done
Expand Down

0 comments on commit adc8c8e

Please sign in to comment.