fix: post-receive Jenkins 트리거가 .env 자격증명을 로드
hook 환경에서도 Mobile/Desktop 빌드가 큐에 등록되도록 WORK_TREE .env를 읽고, APK 빌드 시 root npm ci를 보장한다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -66,7 +66,7 @@ log "google-services.json 확인"
|
||||
|
||||
if [[ ! -d "$ROOT/node_modules/vite" ]]; then
|
||||
log "npm ci (root dependencies)"
|
||||
(cd "$ROOT" && npm ci --ignore-scripts 2>/dev/null || npm install)
|
||||
(cd "$ROOT" && npm ci)
|
||||
fi
|
||||
|
||||
log "cap:sync"
|
||||
|
||||
Reference in New Issue
Block a user