don't overwrite linux build variable with docker build (#1431)

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub 2019-03-29 18:49:18 +01:00 committed by Andrea Maria Piana
parent f5875d62c5
commit bf209cff85
1 changed files with 1 additions and 1 deletions

View File

@ -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)