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 b23b0cd commit e260818Copy full SHA for e260818
.github/workflows/upload-release-image.yml.sample
@@ -56,7 +56,7 @@ jobs:
56
if: cancelled()
57
run: |
58
. venv/bin/activate
59
- image_hanging=$(openstack image list --name ${{ inputs.image_name }} -f value -c ID -c Status | grep -v ' queued$' | awk '{print $1}'
+ image_hanging=$(openstack image list --name ${{ inputs.image_name }} -f value -c ID -c Status | grep -v ' active$' | awk '{print $1}'
60
if [ -n $image_hanging ]; then
61
echo "Cleaning up OpenStack image with ID: $image_hanging"
62
openstack image delete $image_hanging
0 commit comments