Skip to content

Commit f1750ab

Browse files
committed
add exit
1 parent ee94711 commit f1750ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

update.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ function update_node_version() {
149149
if [ -z "$checksum" ]; then
150150
rm -f "${dockerfile}-tmp"
151151
if [ "${SKIP_ALPINE}" = true ]; then
152-
echo "${nodeVersion} is missing the musl build, but skipping for security release!"
152+
echo "${nodeVersion} is missing the musl build for ${variant}, but skipping for security release!"
153+
exit 0
153154
else
154155
fatal "Failed to fetch checksum for musl build version ${nodeVersion}"
155156
fi

0 commit comments

Comments
 (0)