[Builder] Fix entrypoint not exiting with error code if build failed
This commit is contained in:
@@ -45,6 +45,7 @@ if [ ${compile_fail:-0} -eq 1 ]; then
|
||||
echo "
|
||||
==> Compile has failed. See log above
|
||||
"
|
||||
exit 1
|
||||
else
|
||||
echo "Compile successful, log omitted"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user