Skip to content

Commit

Permalink
Double escape.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling committed Mar 8, 2023
1 parent 8047da9 commit 254b976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ pipeline
for f in publications-*.bib ; do \
bibtool -q -r bibtool.rsc -i ./$f -o ./$f || exit 1 ; \
done
git diff --ignore-blank-lines -I\"% Encoding: US-ASCII\" -I\"@Comment{jabref-meta: databaseType:bibtex;}\"
git diff-files --ignore-blank-lines -I\"% Encoding: US-ASCII\" -I\"@Comment{jabref-meta: databaseType:bibtex;}\" --quiet || exit $?
git diff --ignore-blank-lines -I\\"% Encoding: US-ASCII\" -I\\"@Comment{jabref-meta: databaseType:bibtex;}\\"
git diff-files --ignore-blank-lines -I\\"% Encoding: US-ASCII\\" -I\\"@Comment{jabref-meta: databaseType:bibtex;}\\" --quiet || exit $?
git reset --hard
'''
}
Expand Down

0 comments on commit 254b976

Please sign in to comment.