mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-27 13:48:51 +08:00
Update Jenkinsfile add -p flag on mkdir
This commit is contained in:
parent
ed88d1dd4c
commit
2c42c9644e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ node {
|
||||
env.GOCACHE="off"
|
||||
|
||||
env.TMPDIR="${WORKSPACE}/temp"
|
||||
sh "mkdir ${env.TMPDIR}"
|
||||
sh "mkdir -p ${env.TMPDIR}"
|
||||
|
||||
dir("${GOPATH}/src/github.com/unidoc/unidoc") {
|
||||
sh 'go version'
|
||||
|
Loading…
x
Reference in New Issue
Block a user