add explicit TMPDIR, otherwise go get fails

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-03-27 18:04:18 +01:00 committed by Jakub
parent d38a07f679
commit b80a9f5aaa
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ pipeline {
} } }
stage('Setup') { steps { dir(env.STATUS_PATH) {
sh 'make setup-build'
sh 'unset TMPDIR && make setup-build'
} } }
stage('Compile') { steps { dir(env.STATUS_PATH) {