We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fa4da commit 998cb4aCopy full SHA for 998cb4a
buildspec.yml
@@ -15,7 +15,8 @@ phases:
15
commands:
16
- echo "Build started"
17
- mvn clean package
18
- - ls -R
+ - ls -la # List all files in the current directory
19
+ - ls -la /codebuild/output/*/src/target # List contents of the expected target directory
20
21
post_build:
22
0 commit comments