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.
2 parents 183f376 + 7d61a7a commit 052b01fCopy full SHA for 052b01f
_common
@@ -297,6 +297,7 @@ find_latest_published_tumbleweed_image() {
297
fi
298
image=$(get_image "$assetname")
299
300
+ [[ $image == "" ]] && image=null # the result can be empty for other reasons
301
# This published build has an image available
302
[[ "$image" != null ]] && break
303
# Published but no image available, we'll try and continue
0 commit comments