Skip to content

Commit ea154ee

Browse files
committed
ci: debug II
1 parent e702317 commit ea154ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ pipeline {
7272
options { skipDefaultCheckout() }
7373
when { tag pattern: 'v\\d+\\.\\d+\\.\\d+.*', comparator: 'REGEXP' }
7474
steps {
75+
sh 'ls -alh'
76+
deleteDir()
77+
unstash 'source'
7578
dir("${BASE_DIR}"){
76-
sh 'ls -alh'
77-
deleteDir()
78-
unstash 'source'
7979
sh 'ls -alh'
8080
withGoEnv() {
8181
sh 'go install github.com/goreleaser/[email protected]'

0 commit comments

Comments
 (0)