Skip to content

Commit

Permalink
fix: gradle.properties 복사 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
EunjiShin committed Aug 27, 2024
1 parent ebe92c0 commit a796fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create Gradle Properties
run: |
touch gradle.properties
echo "${{ secrets.GRADLE_PROPERTIES }}"
echo "${{ secrets.GRADLE_PROPERTIES }}" >> gradle.properties
- name: Build with Gradle
run: ./gradlew build -x test --stacktrace --parallel
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Create Gradle Properties
run: |
touch gradle.properties
echo "${{ secrets.GRADLE_PROPERTIES }}"
echo "${{ secrets.GRADLE_PROPERTIES }}" >> gradle.properties
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit a796fe7

Please sign in to comment.