Skip to content

Commit

Permalink
add create-test
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jul 19, 2023
1 parent 14970e7 commit 5763fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/connect-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id=`echo $(jq ".items[$i-1].id" cluster) | sed 's/"//g'`
echo $name
echo $id
if [[ $name != "connect-test" ]]; then
if [[ $name != *"connect-test"* ]]; then
ticloud cluster delete -p 1372813089206721319 -c $id --force;
fi
done

0 comments on commit 5763fe5

Please sign in to comment.