Skip to content

Commit

Permalink
[Update] cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio authored Sep 27, 2024
1 parent 3d2e889 commit dbcfde2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
# gradle build
- name: Build with Gradle
run: ./gradlew build -x test
run: |
chmod +x ./gradlew
./gradlew clean build -x test
# 도커 이미지 생성 & 도커 허브에 이미지 푸시
- name: Docker build & push
Expand Down

0 comments on commit dbcfde2

Please sign in to comment.