Skip to content

dev 배포 스크립트 충돌 해결 #218

Description

@ShinjungOh

📄 설명

EC2에 이전 develop 브랜치의 stale ref (refs/remotes/origin/develop)가 남아있어서, develop/vn.n.n을 fetch할 때 파일시스템 경로 충돌이 발생하는 문제
(develop이라는 파일이 이미 있으면 develop/v3.5.0이라는 디렉토리를 만들 수 없음)

🏁 할 일

  • git fetch 전에 git remote prune origin 추가 -> 리모트에서 삭제된 브랜치의 stale ref를 정리

🫡 참고사항

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions