Skip to content

Commit

Permalink
#119 fix: mkdir 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rivkode committed Sep 9, 2024
1 parent 77cda50 commit 2da1486
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
- name: properties 파일 생성
run: |
cd ./src/main
if [ ! -d "resources" ]; then
mkdir resources
fi
mkdir resources
cd ./resources
touch ./application.properties
Expand Down

0 comments on commit 2da1486

Please sign in to comment.