Revert "Keep CI helper scripts in synced app"
ci-deploy / build-deploy-test (push) Waiting to run

This reverts commit 1b5cf23400.
This commit is contained in:
2026-05-14 12:08:44 +03:00
parent 1b5cf23400
commit 184e280b45
2 changed files with 2 additions and 25 deletions
+2
View File
@@ -60,11 +60,13 @@ fi
find "$TARGET_DIR" -maxdepth 1 -name "*.png" -delete 2>/dev/null || true
rm -rf "$TARGET_DIR/src/server/middleware/"*.test.ts 2>/dev/null || true
rm -f "$TARGET_DIR/scripts/sync-to-flights-front.sh" 2>/dev/null || true
rm -rf "$TARGET_DIR/scripts/ci" 2>/dev/null || true # our pipeline scripts; not for customer
rm -rf "$TARGET_DIR/scripts/phase-0" 2>/dev/null || true
rm -f "$TARGET_DIR/scripts/screenshot-diff.ts" 2>/dev/null || true
rm -f "$TARGET_DIR/playwright-angular.config.ts" 2>/dev/null || true
rm -rf "$TARGET_DIR/tests/e2e-angular" 2>/dev/null || true
rm -rf "$TARGET_DIR/tests/parity" 2>/dev/null || true
rm -rf "$TARGET_DIR/tests/ci" 2>/dev/null || true # our bash unit tests; not for customer
rm -rf "$TARGET_DIR/.gitea" 2>/dev/null || true # our workflows; not for customer
rm -rf "$TARGET_DIR/docs/superpowers" 2>/dev/null || true