728x90
반응형
git submodule 추가한 후에 젠킨스에서 배포시에
자꾸 저렇게 directory 가 있다고 에러난다.
git submodule deinit --force .
git submodule init
git submodule update --recursive
deinit이 서브모듈 삭제하는 명령어인데
저렇게하고 init update하니까 폴더를 받아온다.
굿굿
728x90
반응형
'git' 카테고리의 다른 글
intellij gitlab 기존소스 연동하는방법 (1) | 2021.05.04 |
---|---|
git 사용방법 (with sourcetree) (0) | 2021.01.06 |
git submodule 삭제 (0) | 2020.12.22 |
git submodule jenkinsfile 에서 배포할 때 (0) | 2020.12.14 |
git submodule 이용해서 springboot + react 합치기 (0) | 2020.12.09 |