Skip to content

Commit

Permalink
Fix: folder is not a git repository (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Jul 16, 2021
1 parent 1e64d0b commit d474f8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ pipeline {
}
steps {
withCredentials([string(credentialsId: "${GITHUB_TOKEN_CREDENTIALS}", variable: 'GITHUB_TOKEN')]) {
sh 'curl -sL https://git.io/goreleaser | bash'
dir("${BASE_DIR}") {
sh 'curl -sL https://git.io/goreleaser | bash'
}
}
}
}
Expand Down

0 comments on commit d474f8d

Please sign in to comment.