Skip to content

Commit

Permalink
chore: ci.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed May 27, 2024
1 parent 85b7ce4 commit 6d50f1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
arguments: ktlintCheck
- name: create .env file
run: |
mkdir -p .storage/db-core/src/main/resources
touch .storage/db-core/src/main/resources/db-core.yml
echo "${{ secrets.DB_CORE_YML }}" >> storage/db-core/src/main/resources/db-core.yml
sudo mkdir -p storage/db-core/src/main/resources
sudo touch storage/db-core/src/main/resources/db-core.yml
sudo echo "${{ secrets.DB_CORE_YML }}" > storage/db-core/src/main/resources/db-core.yml
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
Expand Down

0 comments on commit 6d50f1c

Please sign in to comment.