Skip to content

Commit

Permalink
do not test for trailing whitespaces in asc-files
Browse files Browse the repository at this point in the history
  • Loading branch information
rinkk committed Feb 19, 2019
1 parent bf76f36 commit 9213277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pipeline {
agent { label "master"}
steps {
sh "git config core.whitespace -blank-at-eof"
sh "git diff --check `git merge-base origin/master HEAD` HEAD -- . ':!*.md' ':!*.pandoc'"
sh "git diff --check `git merge-base origin/master HEAD` HEAD -- . ':!*.md' ':!*.pandoc' ':!*.asc'"
dir('scripts/jenkins') { stash(name: 'known_hosts', includes: 'known_hosts') }

// ********* Check changesets for conditional stage execution **********
Expand Down

0 comments on commit 9213277

Please sign in to comment.