Switch to non -play1 version - take 2

This commit is contained in:
Alan Davis
2020-07-22 19:21:40 +01:00
parent b29116194a
commit c9fd5ea0da
+2 -2
View File
@@ -35,8 +35,8 @@ before_install:
- "cp .travis.settings.xml $HOME/.m2/settings.xml"
- pushd ..
# TODO switch to correct branch - using master for now
# - git clone -b ${TRAVIS_BRANCH} https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/Alfresco/alfresco-community-repo
- git clone https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/Alfresco/alfresco-community-repo
# - git clone -b ${TRAVIS_BRANCH} https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/Alfresco/alfresco-community-repo.git
- git clone https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/Alfresco/alfresco-community-repo.git
- cd alfresco-community-repo
- mvn clean install -DskipTests -PcommunityDocker -B -V
- popd