Skip to content

Commit af705c7

Browse files
committed
unused aws instace and vpcs cleanup
Signed-off-by: shiva kumar <shivaku@nvidia.com>
1 parent 9264ab2 commit af705c7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/awscleanup.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ jobs:
5959
fi
6060
6161
echo "SHIVA $response"
62-
echo "$response" | jq -r "
63-
.jobs? // [] |
64-
map(select(.status != \"completed\")) |
65-
length")
66-
echo "SHIVA1"
62+
6763
is_jobs_not_completed=$(echo "$response" | jq -r "
6864
.jobs? // [] |
6965
map(select(.status != \"completed\")) |

0 commit comments

Comments
 (0)