fix: 修正 CI 並發 fetch 導致 git ref 衝突 #18

Merged
a620906209 merged 1 commits from fix/sentry-composer into master 2026-05-28 19:03:14 +00:00
Owner

git pull 改為 flock + fetch + reset --hard:

  • flock 防止兩次 CI 同時更新 ref 產生 race condition
  • reset --hard 比 pull 更適合 CI 環境,不做 merge

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

git pull 改為 flock + fetch + reset --hard: - flock 防止兩次 CI 同時更新 ref 產生 race condition - reset --hard 比 pull 更適合 CI 環境,不做 merge Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
a620906209 added 1 commit 2026-05-28 19:03:08 +00:00
git pull 改為 flock + fetch + reset --hard:
- flock 防止兩次 CI 同時更新 ref 產生 race condition
- reset --hard 比 pull 更適合 CI 環境,不做 merge

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
a620906209 merged commit 127101adb3 into master 2026-05-28 19:03:14 +00:00
a620906209 deleted branch fix/sentry-composer 2026-05-28 19:03:14 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: a620906209/CFDivePlatform#18