refactor(update-backend): remove temporary environment directory cleanup

- Eliminated the removal of the temporary environment directory in the update-backend.sh script to retain the environment for potential debugging or further use.
This commit is contained in:
Torsten Schulz (local)
2026-03-31 07:50:19 +02:00
parent d34217d2c1
commit d9f5678342

View File

@@ -63,4 +63,3 @@ cd "$BACKEND_DIR"
export STAGE="$STAGE"
echo "Backend update completed!"
rm -rf "$TEMP_ENV_DIR"