Skip to content

Commit 9001626

Browse files
authored
Update nightly-cleanup.yml
1 parent a40b77c commit 9001626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-cleanup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
6767
for cluster_prefix in ${ci_clusters}
6868
do
69+
echo "Processing cluster: $cluster_prefix"
6970
TAGS=$(openstack server show ${cluster_prefix}-control --column tags --format value)
7071
if [[ $TAGS =~ "keep" ]]; then
7172
echo "Skipping ${cluster_prefix} - control instance is tagged as keep"

0 commit comments

Comments
 (0)