mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-10 14:12:09 +00:00
Run install
To download dependencies before trying release stage, to hopefully prevent time out.
This commit is contained in:
@@ -112,7 +112,7 @@ matrix:
|
||||
before_install:
|
||||
- ./scripts/travis/verifyReleaseTag.sh
|
||||
- "cp .travis.settings.xml $HOME/.m2/settings.xml"
|
||||
install: skip
|
||||
install: travis_retry mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -PfullBuild,communityDocker #build the image to test
|
||||
script:
|
||||
# Use full history for release
|
||||
- git checkout -B "${TRAVIS_BRANCH}"
|
||||
|
Reference in New Issue
Block a user