Skip to content

Commit 998cb4a

Browse files
authored
Update buildspec.yml
1 parent b6fa4da commit 998cb4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildspec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ phases:
1515
commands:
1616
- echo "Build started"
1717
- mvn clean package
18-
- ls -R
18+
- ls -la # List all files in the current directory
19+
- ls -la /codebuild/output/*/src/target # List contents of the expected target directory
1920

2021
post_build:
2122
commands:

0 commit comments

Comments
 (0)