Skip to content

Commit 02c33f9

Browse files
committed
DNM
1 parent 3a5d82d commit 02c33f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-ci-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
result=0
4545
changes_before=$(date -Imin -d -4hours)
4646
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
4848
echo "Cleaning up $status instance $instance"
4949
openstack server show $instance
5050
#if ! openstack server delete $instance; then

0 commit comments

Comments
 (0)