Skip to content

Commit

Permalink
Merge pull request #15 from kakao-tech-campus-2nd-step3/weekly/3
Browse files Browse the repository at this point in the history
merge: CI/CD 에러 해결 master에 반영
  • Loading branch information
peeerr authored Sep 20, 2024
2 parents dab731b + d84f6ac commit b7841f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: 빌드로 테스트 수행 및 Jar 파일 생성
run: |
chmod +x ./gradlew
./gradlew clean build
mv build/libs/*SNAPSHOT.jar ./app.jar
Expand Down

0 comments on commit b7841f0

Please sign in to comment.