Skip to content

Commit

Permalink
Added debug to see if jenkins tries to publish right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Kauranen committed Jan 30, 2020
1 parent 07ebd5e commit 0b09bfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ podTemplate(label: pod.label,
}
stage('Publish tag') {
dir("dist/ngx-resource-calenadar") {
sh """
ls
"""
publishTagToNpm()
}
}
Expand Down

0 comments on commit 0b09bfb

Please sign in to comment.