APPS-261 changes to travis.yml and scripts

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

View File

@@ -27,6 +27,7 @@ before_cache: rm -rf ${HOME}/.m2/repository/org/alfresco/alfresco-governance-ser
before_install:
- cp .travis.settings.xml ${HOME}/.m2/settings.xml
- docker login quay.io -u ${QUAY_USERNAME} -p ${QUAY_PASSWORD}
- docker login -u ${DOCKERHUB_USERNAME} -p ${DOCKERHUB_PASSWORD}
install: skip
stages:

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