報錯信息:
#18 10.37 > Build error occurred #18 10.38 [Error: ENOENT: no such file or directory, stat '/application/bin'] { #18 10.38 errno: -2, #18 10.38 code: 'ENOENT', #18 10.38 syscall: 'stat', #18 10.38 path: '/application/bin' #18 10.38 } #18 12.87 ?ELIFECYCLE? Command failed with exit code 1. #18 ERROR: executor failed running [/bin/sh -c pnpm run build]: exit code: 1 ------ > [builder 6/6] RUN pnpm run build: #18 10.35 info - Creating an optimized production build... #18 10.37 #18 10.37 > Build error occurred #18 10.38 [Error: ENOENT: no such file or directory, stat '/application/bin'] { #18 10.38 errno: -2, #18 10.38 code: 'ENOENT', #18 10.38 syscall: 'stat', #18 10.38 path: '/application/bin' #18 10.38 } #18 12.87 ?ELIFECYCLE? Command failed with exit code 1. ------ error: failed to solve: executor failed running [/bin/sh -c pnpm run build]: exit code: 1 Cleaning up project directory and file based variables 00:00 ERROR: Job failed: exit status 1
問題描述:
前端工程:pnpm run build 沒報錯但是流水線報錯
解決辦法:這個錯誤信息表明在運行構建命令時,系統找不到路徑
/application/bin
,導致構建失敗。去掉了前端構建的時候的bin文件