Run just fabric8 build stage with full logging

This commit is contained in:
David Edwards
2020-02-25 15:39:53 +00:00
parent 3e749b3e70
commit fa97ee7017
+8 -3
View File
@@ -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