Skip to content

Commit bad9139

Browse files
committed
fix: cd-develop.yml 수정
- gradlew 오류나서 직접 권한 부여
1 parent 637bb62 commit bad9139

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cd-develop.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
APPLICATION_DEFAULT: ${{ secrets.APPLICATION_DEFAULT }}
2828
APPLICATION_CHAT: ${{ secrets.APPLICATION_CHAT }}
2929

30-
- name: Grant execute permission to Gradle (Gradle 실행 권한 부여)
31-
run: |
32-
cd default
33-
chmod +x gradlew
34-
cd ../chat
35-
chmod +x gradlew
36-
cd ..
30+
# - name: Grant execute permission to Gradle (Gradle 실행 권한 부여)
31+
# run: |
32+
# cd default
33+
# chmod +x gradlew
34+
# cd ../chat
35+
# chmod +x gradlew
36+
# cd ..
3737

3838
# - name: Detect Changes (변경된 파일 감지)
3939
# id: changed-files

0 commit comments

Comments
 (0)