mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
allow building status-go from tags (#1122)
This commit is contained in:
parent
9587d030a6
commit
7c70ce02bc
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user