We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46ab14 commit c2d461dCopy full SHA for c2d461d
1 file changed
.github/workflows/cicd-workflow.yml
@@ -30,9 +30,11 @@ jobs:
30
- name: Check if config files exist
31
run: |
32
echo "Current Directory: $(pwd)"
33
+ cd config
34
- ls -al /config/local
35
- cat /config/local/application-local.yml || echo "❌ yml not found"
+ cd local
36
+ echo "Current Directory: $(pwd)"
37
+ ls -al
38
39
# 3. Gradle 실행 권한 부여
40
- name: Grant execute permission for Gradle
0 commit comments