Skip to content

Commit

Permalink
chore: backend ci 오류 수정
Browse files Browse the repository at this point in the history
Co-authored-by: coli-geonwoo <[email protected]>
  • Loading branch information
eun-byeol and coli-geonwoo committed Jul 20, 2024
1 parent d650bdb commit b0b4fe2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/backend-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
build-docker-push:

runs-on: ubuntu-latest
permissions:
contents: read
# permissions:
# contents: read

defaults:
run:
Expand All @@ -39,17 +39,18 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle Wrapper
- name: Build And BootJar with Gradle Wrapper
run: |
./gradlew build
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "
pwd
- name: BootJar with Gradle Wrapper
run: |
./gradlew bootJar
echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< "
pwd
# - name: BootJar with Gradle Wrapper
# run: |
# ./gradlew bootJar
# echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< "
# pwd

- name: Setup Docker buildx
uses: docker/[email protected]
Expand Down

0 comments on commit b0b4fe2

Please sign in to comment.