add explicit TMPDIR, otherwise go get fails
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d38a07f679
commit
b80a9f5aaa
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue