From c9fd5ea0da5160f90efdcda9539b25b91ba94448 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Wed, 22 Jul 2020 19:21:40 +0100 Subject: [PATCH] Switch to non -play1 version - take 2 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7bd9b7345..583205fb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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