fix: correct indentation in spawner-api error handling
- Fixed indentation mismatch in error handling block - Consistent with other build error blocks
This commit is contained in:
parent
29145dde84
commit
676fcea493
|
|
@ -454,7 +454,7 @@ else
|
||||||
echo " Letzte 50 Zeilen:"
|
echo " Letzte 50 Zeilen:"
|
||||||
tail -50 "${BUILD_LOG}"
|
tail -50 "${BUILD_LOG}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Frontend Image bauen
|
# Frontend Image bauen
|
||||||
if [ -d "${INSTALL_DIR}/frontend" ]; then
|
if [ -d "${INSTALL_DIR}/frontend" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user