This commit is contained in:
Konstantin Wohlwend
2025-12-12 18:00:06 -08:00
parent 7bd91dcf93
commit 1150b14f8a
+1 -1
View File
@@ -63,7 +63,7 @@ WORK_DIR="/tmp/processed"
mkdir -p "$WORK_DIR"
echo "Copying files to working directory..."
cp -r /app/. "$WORK_DIR"/.
cp -vr /app/. "$WORK_DIR"/.
# Find all files in the working directory that contain a STACK_ENV_VAR_SENTINEL and extract the unique sentinel strings.
unhandled_sentinels=$(find "$WORK_DIR/apps" -type f -exec grep -l "STACK_ENV_VAR_SENTINEL" {} + | \