You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stackhpc-ci-cleanup.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ jobs:
44
44
result=0
45
45
changes_before=$(date -Imin -d -4hours)
46
46
for status in ACTIVE ERROR SHUTOFF; do
47
-
for instance in $(openstack server list --tags skc-ci-aio --os-compute-api-version 2.66 --format value --column Name --changes-before $changes_before --status $status); do
47
+
for instance in $(openstack server list --os-compute-api-version 2.66 --format value --column Name --changes-before $changes_before --status $status); do
0 commit comments