diff options
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 28acd5f..9a72c69 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stages { stage('Install go-bindata') { steps { - sh "mkdir -p '${GOPATH}/bin' + sh "mkdir -p '${GOPATH}/bin'" sh "cd '${GOPATH}/bin'" sh "go get -u -v github.com/shuLhan/go-bindata/cmd/go-bindata" } |