Skip to content

Commit 58667c8

Browse files
committed
finalise for upstream
1 parent 5b4cb94 commit 58667c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/upload-release-image.yml renamed to .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)