Skip to content

Commit d8339b4

Browse files
authored
Update build-image.yml
1 parent 236769b commit d8339b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
if [ -z "$spdx" ] || [ "$spdx" = "NOASSERTION" ]; then
8787
echo "Could not determine SPDX id (missing license or unrecognized)."
88-
exit 1
88+
spdx=""
8989
fi
9090
9191
echo "spdx=$spdx" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)