Skip to content

Commit aaad59b

Browse files
committed
nit: documentation
1 parent 63ff88e commit aaad59b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

codebuild/ci/net-vectors-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ phases:
3535
- curl -s --output $VECTOR_ZIP --location $VECTORS_URL
3636
build:
3737
commands:
38+
# NOTE: We need to pass the absolute path of the vectors
3839
- mvn -B -ntp install -Dgpg.skip=true -Djacoco.skip=true "-Dtest=TestVectorRunner" "-DtestVectorZip=file://$VECTOR_ZIP"

codebuild/ci/vectors-ci-mkp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ phases:
3131
build:
3232
commands:
3333
# Enable masterKey to run Test Vectors against MasterKeyProvider
34+
# NOTE: We need to pass the absolute path of the vectors
3435
- mvn -B -ntp install -Dgpg.skip=true -Djacoco.skip=true "-Dtest=TestVectorRunner" "-Dmasterkey=true" "-DtestVectorZip=file://$CODEBUILD_SRC_DIR/src/test/resources/aws-encryption-sdk-test-vectors/vectors/awses-decrypt/python-2.3.0.zip"

codebuild/ci/vectors-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ phases:
3030
- cd $CODEBUILD_SRC_DIR
3131
build:
3232
commands:
33+
# NOTE: We need to pass the absolute path of the vectors
3334
- mvn install -T 8 -Dgpg.skip=true -ntp "-DtestVectorZip=file://$CODEBUILD_SRC_DIR/src/test/resources/aws-encryption-sdk-test-vectors/vectors/awses-decrypt/python-2.3.0.zip"

0 commit comments

Comments
 (0)