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')
|
||||
} } }
|
||||
stage('Docker') { steps { script {
|
||||
linux = lib.buildBranch('status-go/platforms/docker')
|
||||
dock = lib.buildBranch('status-go/platforms/docker')
|
||||
} } }
|
||||
} // parallel
|
||||
} // stage(Build)
|
||||
|
|
Loading…
Reference in New Issue