Skip to content

Commit

Permalink
fix dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrigin committed Feb 1, 2019
1 parent 0e2aeba commit 820e398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _assets/ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pipeline {
dir(env.STATUS_PATH) {
sh "mkdir -p ${env.STATUS_PATH}/build/bin"

dir("${env.STATUS_PATH}/build/bin") {
dir("build/bin") {
unstash 'ios' // zip file
sh 'yes | unzip status-go-ios.zip'
sh 'pwd'
Expand Down

0 comments on commit 820e398

Please sign in to comment.