mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Run just fabric8 build stage with full logging
This commit is contained in:
+8
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user