Skip to content

Commit 0a8f9ed

Browse files
bertiethorpeMaxBed4d
authored andcommitted
finalise for upstream
1 parent 57e1e49 commit 0a8f9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release-image.yml.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
. venv/bin/activate
5959
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
60+
if [ -n "$image_hanging" ]; then
6161
echo "Cleaning up OpenStack image with ID: $image_hanging"
6262
openstack image delete $image_hanging
6363
else

0 commit comments

Comments
 (0)