Skip to content

Commit b8fe828

Browse files
authored
Update buildspec.yml
1 parent 4a6f55d commit b8fe828

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildspec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ phases:
1515
build:
1616
commands:
1717
- echo "Build started"
18+
- mkdir -p target # Create the target directory
1819
- 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
1922

2023
post_build:
2124
commands:

0 commit comments

Comments
 (0)