Skip to content

Commit 8b4d591

Browse files
committed
fix : ci/cd 수정
1 parent 910feb1 commit 8b4d591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Build and Test
6060
run: ./gradlew imdang-container:clean imdang-container:assemble
6161

62-
- name: Build Batch Module
63-
run: ./gradlew batch:clean batch:assemble
62+
# - name: Build Batch Module
63+
# run: ./gradlew batch:clean batch:assemble
6464

6565
# 빌드 파일을 zip 형식으로 압축 - S3에서는 jar 저장이 안되기 때문에 zip으로 생성
6666
# - name: Make zip file

0 commit comments

Comments
 (0)