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 57e1e49 commit 0a8f9edCopy full SHA for 0a8f9ed
.github/workflows/upload-release-image.yml.sample
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
. venv/bin/activate
59
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
+ if [ -n "$image_hanging" ]; then
61
echo "Cleaning up OpenStack image with ID: $image_hanging"
62
openstack image delete $image_hanging
63
else
0 commit comments