Skip to content

Commit

Permalink
MNG-11 fix: resources 디렉토리 생성 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
minsu20 committed Mar 10, 2024
1 parent b61c687 commit 36190e2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
# 설정 파일 생성
- run: |
mkdir ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{env.APPLICATION}}" > ./application.yml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CD-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
# 설정 파일 생성
- run: |
mkdir ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{env.APPLICATION}}" > ./application.yml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
# 설정 파일 생성
- run: |
mkdir ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{env.APPLICATION}}" > ./application.yml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
# 설정 파일 생성
- run: |
mkdir ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{env.APPLICATION}}" > ./application.yml
Expand Down

0 comments on commit 36190e2

Please sign in to comment.