We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6f55d commit b8fe828Copy full SHA for b8fe828
buildspec.yml
@@ -15,7 +15,10 @@ phases:
15
build:
16
commands:
17
- echo "Build started"
18
+ - mkdir -p target # Create the target directory
19
- mvn clean package -X # Enable Maven debug output
20
+ - pwd # Print the current working directory
21
+ - ls -la # List the contents of the current directory
22
23
post_build:
24
0 commit comments