Skip to content

Commit 9f72fa4

Browse files
authored
Chore: docker-image.yml 수정
1 parent 2c78575 commit 9f72fa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727

2828
# (1) application.properties, application-dev.properties 파일 생성
2929
- uses: actions/checkout@v3
30-
- run: mkdir ./src/main/resources
3130
- run: touch ./src/main/resources/application.properties
3231
- run: touch ./src/main/resources/application-dev.properties
3332
- run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.properties

0 commit comments

Comments
 (0)