APPS-261 changes to travis.yml and scripts

This commit is contained in:
Bogdan
2020-08-13 16:51:49 +03:00
parent 6884e2cada
commit eb3bcd9e24
2 changed files with 3 additions and 2 deletions

View File

@@ -16,11 +16,11 @@ export S3_BUCKET2_NAME="travis-ags-worm-${TRAVIS_BUILD_NUMBER}-${TRAVIS_JOB_NUMB
export S3_PROTOCOL=s3v2
export S3_BUCKET2_PROTOCOL=s3vTest
bash ./scripts/start-compose.sh ./rm-enterprise/rm-enterprise-share/worm-support-docker-compose.yml
bash ./scripts/start-compose.sh rm-enterprise/rm-enterprise-share/worm-support-docker-compose.yml
# Run the WORM tests
mvn -B -U clean test \
-DsuiteXmlFile=wormTestSuite.xml
-DsuiteXmlFile=wormTestSuite.xml \
-Dconnector.s3.bucketName=${S3_BUCKET2_NAME}
popd