We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637bb62 commit bad9139Copy full SHA for bad9139
.github/workflows/cd-develop.yml
@@ -27,13 +27,13 @@ jobs:
27
APPLICATION_DEFAULT: ${{ secrets.APPLICATION_DEFAULT }}
28
APPLICATION_CHAT: ${{ secrets.APPLICATION_CHAT }}
29
30
- - name: Grant execute permission to Gradle (Gradle 실행 권한 부여)
31
- run: |
32
- cd default
33
- chmod +x gradlew
34
- cd ../chat
35
36
- cd ..
+# - name: Grant execute permission to Gradle (Gradle 실행 권한 부여)
+# run: |
+# cd default
+# chmod +x gradlew
+# cd ../chat
+# cd ..
37
38
# - name: Detect Changes (변경된 파일 감지)
39
# id: changed-files
0 commit comments