fix: restaurer cd .. après radar-app (shell partagé dans Woodpecker)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Les commandes d'un step partagent le même shell dans Woodpecker. cd radar-app persiste aux commandes suivantes — cd .. est nécessaire. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git python3
|
- apk add --no-cache git python3
|
||||||
- npm ci --legacy-peer-deps
|
- npm ci --legacy-peer-deps
|
||||||
- cd radar-app && npm ci --legacy-peer-deps --include=dev && npm run build:icons
|
- cd radar-app && npm ci --legacy-peer-deps --include=dev && npm run build:icons && cd ..
|
||||||
- node scripts/generate-team-visualization-data.js
|
- node scripts/generate-team-visualization-data.js
|
||||||
- npm run build
|
- npm run build
|
||||||
- ls -la build/ | head -10
|
- ls -la build/ | head -10
|
||||||
|
|||||||
Reference in New Issue
Block a user