Skip to content

Commit

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

0 comments on commit 1963453

Please sign in to comment.