Skip to content

Commit

Permalink
ci: debug II
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Jun 16, 2022
1 parent e702317 commit ea154ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ pipeline {
options { skipDefaultCheckout() }
when { tag pattern: 'v\\d+\\.\\d+\\.\\d+.*', comparator: 'REGEXP' }
steps {
sh 'ls -alh'
deleteDir()
unstash 'source'
dir("${BASE_DIR}"){
sh 'ls -alh'
deleteDir()
unstash 'source'
sh 'ls -alh'
withGoEnv() {
sh 'go install github.com/goreleaser/[email protected]'
Expand Down

0 comments on commit ea154ee

Please sign in to comment.