We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40b77c commit 9001626Copy full SHA for 9001626
.github/workflows/nightly-cleanup.yml
@@ -66,6 +66,7 @@ jobs:
66
67
for cluster_prefix in ${ci_clusters}
68
do
69
+ echo "Processing cluster: $cluster_prefix"
70
TAGS=$(openstack server show ${cluster_prefix}-control --column tags --format value)
71
if [[ $TAGS =~ "keep" ]]; then
72
echo "Skipping ${cluster_prefix} - control instance is tagged as keep"
0 commit comments