Skip to content

Commit 43f3111

Browse files
committed
fix typo
1 parent 9c73dcd commit 43f3111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspecs/s3-regression-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
build:
55
commands:
6-
- mvn clean install -P s3-regression-tests -pl :s3-tests -am -T1C Dregression.test=$REGRESSION_TEST $MAVEN_OPTIONS
6+
- mvn clean install -P s3-regression-tests -pl :s3-tests -am -T1C -Dregression.test=$REGRESSION_TEST $MAVEN_OPTIONS
77
- echo $MAVEN_OPTIONS
88
finally:
99
- mkdir -p codebuild-test-reports

0 commit comments

Comments
 (0)