Skip to content

Commit 26da0ba

Browse files
committed
Remove echo command
Remove the echo command as the last command in the build step so that CodeBuild uses the exit status of mvn as the result of the job.
1 parent eef2063 commit 26da0ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildspecs/s3-regression-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ phases:
1212
exit 0
1313
fi
1414
mvn clean install -P s3-regression-tests -pl :s3-tests -am -T1C -Dregression.test="$REGRESSION_TEST" $MAVEN_OPTIONS
15-
echo $MAVEN_OPTIONS
1615
finally:
1716
- mkdir -p codebuild-test-reports
1817
- find ./ -name 'TEST-*.xml' -type f -exec cp {} codebuild-test-reports/ \;

0 commit comments

Comments
 (0)