ci: simplify configuration to resolve Woodpecker parsing issues
ci/woodpecker/push/woodpecker Pipeline failed

Remove all debug output and complex commands that may cause
Woodpecker CI parsing failures.

Changes:
- Remove verbose debug output
- Remove cache cleanup commands
- Remove build.log capture
- Simplify to basic build commands

This should resolve the 'No pipeline steps available!' error.
This commit is contained in:
张翔
2026-03-30 11:16:03 +08:00
parent b9a1900d4b
commit 73d6ca6795
+2 -9
View File
@@ -123,16 +123,9 @@ steps:
- lint
- type-check
commands:
- echo "=== Debug: Environment info ==="
- node --version
- npm --version
- echo "=== Debug: Cleaning cache ==="
- rm -rf node_modules/.cache
- rm -rf .next
- rm -rf dist
- echo "Building production artifacts"
- npm run build 2>&1 | tee build.log
- echo "=== Debug: Build completed ==="
- npm run build
- echo "Build completed"
- ls -la dist/
- echo "Deploying to production"
- mkdir -p ~/.ssh