don't overwrite linux build variable with docker build (#1431)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f5875d62c5
commit
bf209cff85
|
@ -62,7 +62,7 @@ pipeline {
|
||||||
linux = lib.buildBranch('status-go/platforms/linux')
|
linux = lib.buildBranch('status-go/platforms/linux')
|
||||||
} } }
|
} } }
|
||||||
stage('Docker') { steps { script {
|
stage('Docker') { steps { script {
|
||||||
linux = lib.buildBranch('status-go/platforms/docker')
|
dock = lib.buildBranch('status-go/platforms/docker')
|
||||||
} } }
|
} } }
|
||||||
} // parallel
|
} // parallel
|
||||||
} // stage(Build)
|
} // stage(Build)
|
||||||
|
|
Loading…
Reference in New Issue