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 0e5f81d commit eff22b4
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,6 +37,8 @@ ext.configFile.withReader {
ext.config = new ConfigSlurper().parse prop
}

println System.env.TRAVIS_TAG

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

0 comments on commit eff22b4

Please sign in to comment.