Skip to content

Commit

Permalink
bug : Debug deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius506775 authored Nov 17, 2023
1 parent 3a1da7f commit b66c351
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ jobs:

- name: Build with Gradle
run: |
pwd
cd ..
pwd
./gradlew build -x test --project-dir ${{ env.RESOURCE_PATH }} --keystore ${{ env.RESOURCE_PATH }}/keystore.p12
./gradlew build -x test --project-dir /home/runner/work/Rehab-BackEnd/Rehab-BackEnd/ --keystore ${{ env.RESOURCE_PATH }}/keystore.p12
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit b66c351

Please sign in to comment.