allow building status-go from tags (#1122)

This commit is contained in:
Adam Babik 2018-08-10 10:28:04 +02:00 committed by GitHub
parent 9587d030a6
commit 7c70ce02bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ node('linux') {
env.PATH = "${env.PATH}:${env.GOPATH}/bin"
cloneDir = 'src/github.com/status-im/status-go'
paramBranch = env.branch ? ('*/' + env.branch) : '*/develop'
paramBranch = env.branch ? env.branch : '*/develop'
dir(cloneDir) {
try {