Skip to content

Commit

Permalink
#262 [feat] 워크플로우 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh committed Jun 20, 2024
1 parent 7835512 commit 859f511
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: make application.properties 파일 생성
run: |
## create application.yml
rm -r ./src/main/resources
mkdir ./src/main/resources
cd ./src/main/resources
rm -r ./asap-java/src/main/resources
mkdir ./asap-java/src/main/resources
cd ./asap-java/src/main/resources
# application.yml 파일 생성
touch ./application.yml
Expand All @@ -72,4 +72,4 @@ jobs:
done
- name: Build with Gradle # 실제 application build
run: ./gradlew clean --stacktrace --info build
run: ./gradlew :asap-java:build

0 comments on commit 859f511

Please sign in to comment.