Skip to content

Commit

Permalink
feat: 특정 브랜치 최신 정보 가져오기
Browse files Browse the repository at this point in the history
  • Loading branch information
ezcolin2 committed Nov 16, 2024
1 parent b9d983a commit 33517dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ jobs:
if [ -d "$DIR" ]; then
echo "$DIR 디렉토리가 존재합니다. 최신 버전으로 업데이트 중..."
cd "$DIR"
git switch -c feature-be-#173
git pull origin feature-be-#173
git switch -c be-feature-#173
git pull origin be-feature-#173
else
echo "$DIR 디렉토리가 존재하지 않습니다. 클론 중..."
git clone https://github.com/boostcampwm-2024/web15-OctoDocs.git "$DIR"
cd "$DIR"
git switch -c feature-be-#173
git pull origin feature-be-#173
git switch -c be-feature-#173
git pull origin be-feature-#173
fi
Expand Down

0 comments on commit 33517dd

Please sign in to comment.