mirror of
https://github.com/status-im/status-go.git
synced 2025-02-21 03:08:29 +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"
|
env.PATH = "${env.PATH}:${env.GOPATH}/bin"
|
||||||
|
|
||||||
cloneDir = 'src/github.com/status-im/status-go'
|
cloneDir = 'src/github.com/status-im/status-go'
|
||||||
paramBranch = env.branch ? ('*/' + env.branch) : '*/develop'
|
paramBranch = env.branch ? env.branch : '*/develop'
|
||||||
|
|
||||||
dir(cloneDir) {
|
dir(cloneDir) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user