Skip to content

Commit

Permalink
Debug time >.>
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoett154 committed Oct 22, 2014
1 parent eff22b4 commit cc8e89f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ ext.configFile.withReader {
ext.config = new ConfigSlurper().parse prop
}

println " ****"
println System.env.TRAVIS_TAG
println " ****"

if (System.env.TRAVIS_TAG != null) {
ext.config.build_number = System.env.TRAVIS_TAG.substring(0, System.env.TRAVIS_TAG.length()-1)
Expand Down

0 comments on commit cc8e89f

Please sign in to comment.