Skip to content

Commit

Permalink
Merge pull request #45 from Central-MakeUs/hotfix/deploy-error-logback
Browse files Browse the repository at this point in the history
chore: 빌드 시 submodule 파일을 복사하는 코드 수정
  • Loading branch information
leeeeeyeon authored Jan 19, 2024
2 parents 29a7234 + 71d2f8a commit 13f967d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

## ✅ Check List

- [ ] 테스트 코드를 통과했나요?
- [ ] SonarLint를 반영하여 코드를 수정했나요?
- [ ] merge할 브랜치의 위치를 확인했나요?
- [ ] Label을 지정했나요?
2 changes: 1 addition & 1 deletion packy-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test {
processResources.dependsOn('copySecret')
tasks.register('copySecret', Copy) {
from '../packy-submodule/api'
include '*.yml, *.p8'
include '*.yml', '*.p8'
into './src/main/resources'
}

Expand Down

0 comments on commit 13f967d

Please sign in to comment.