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 cd16048e0a
commit 4b7ab5fb60

View File

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