Skip to content

Commit 13169fb

Browse files
authored
Update config.yml
1 parent 5ffb8dd commit 13169fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
# Build the Java application
3737
- run: mvn clean install
3838

39+
# Debug: Print current directory contents
40+
- run:
41+
name: Debug - Current Directory Contents
42+
command: ls -al
43+
3944
# Upload build artifact to S3
4045
- run:
4146
name: Upload Build Artifact to S3

0 commit comments

Comments
 (0)