From fa97ee7017e63bbfe9aa7eb0d62cc23194081de0 Mon Sep 17 00:00:00 2001 From: David Edwards Date: Tue, 25 Feb 2020 15:39:53 +0000 Subject: [PATCH] Run just fabric8 build stage with full logging --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9826e21ae..64897e5af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,9 +110,14 @@ jobs: - ./scripts/travis/verifyReleaseTag.sh - "cp .travis.settings.xml $HOME/.m2/settings.xml" # install: skip # Release command from bamboo - install: ./scripts/travis/buildRelease.sh ${release_version} ${development_version} - script: - - travis_wait 30 echo "This is the Maven relase stage" + install: mvn clean install -X -PcommunityDocker + #script: + # Use full history for release + #- git checkout -B "${TRAVIS_BRANCH}" + # Add email to link commits to user + #- git config user.email "${GIT_EMAIL}" + # run build relea script + #- ./scripts/travis/buildRelease.sh ${release_version} ${development_version} # TODO: SOLUTION 1 # Below is a potential solution for deployment of resources # before_deploy: pip install awscli