We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41084c5 commit 6e81177Copy full SHA for 6e81177
buildspec.yml
@@ -9,6 +9,8 @@ phases:
9
10
pre_build:
11
commands:
12
+ - echo "Entering the project directory"
13
+ - cd server # Change to the correct directory where your pom.xml is located
14
- echo "Nothing to do in the pre_build phase..."
15
16
build:
@@ -17,7 +19,6 @@ phases:
17
19
- mvn clean package
18
20
- pwd # Print the working directory
21
- ls -la # List all files in the current directory
- - ls -la /codebuild/output/*/src/target # List contents of the expected target directory
22
23
post_build:
24
0 commit comments