ci: simplify configuration to resolve Woodpecker parsing issues
ci/woodpecker/push/woodpecker Pipeline failed
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:
+2
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user