Skip to content
Snippets Groups Projects
Commit 0571931a authored by Martin Killenberg's avatar Martin Killenberg Committed by Martin Christoph Hierholzer
Browse files

don't require .clangformat in repo

parent 4c5f117e
No related branches found
No related tags found
No related merge requests found
......@@ -316,7 +316,9 @@ def doPrepare(boolean checkoutScm, String gitUrl='') {
sudo -H -E -u msk_jenkins git clean -f -d -x
sudo -H -E -u msk_jenkins mkdir /scratch/source
sudo -H -E -u msk_jenkins cp -r * /scratch/source
sudo -H -E -u msk_jenkins cp .clang-format /scratch/source
if [ -e .clang-format ] ; then
sudo -H -E -u msk_jenkins cp .clang-format /scratch/source
fi
'''
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment