infra: debug info for travis build 2

This commit is contained in:
Roman Ivanov 2015-12-15 09:35:08 -08:00
parent c738a03bc9
commit 2c2a0ffe75
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ matrix:
- CMD0="if [[ $TRAVIS_PULL_REQUEST =~ ^([0-9]*)$ ]]; then exit 0; fi "
- CMD1=" && git clone https://github.com/checkstyle/contribution && cd contribution/releasenotes-xdoc-builder "
- CMD2=" && mvn clean compile package "
- CMD3=" && cd ../../ && git rev-list --tags --header --max-count=1"
- CMD3=" && cd ../../ && git tag && git log && git rev-list --tags --header --max-count=1"
- CMD4=" && LATEST_RELEASE_TAG=$(git describe $(git rev-list --tags --max-count=1)) "
- CMD5=" && CS_RELEASE_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec | sed 's/-SNAPSHOT//' ) "
- CMD6=" && java -jar contribution/releasenotes-xdoc-builder/target/releasenotes-xdoc-builder-1.0-all.jar "