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
|
- lint
|
||||||
- type-check
|
- type-check
|
||||||
commands:
|
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"
|
- echo "Building production artifacts"
|
||||||
- npm run build 2>&1 | tee build.log
|
- npm run build
|
||||||
- echo "=== Debug: Build completed ==="
|
- echo "Build completed"
|
||||||
- ls -la dist/
|
- ls -la dist/
|
||||||
- echo "Deploying to production"
|
- echo "Deploying to production"
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user