Skip to content
Snippets Groups Projects
Unverified Commit 30c61e39 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Update buildTestDeploy.groovy

parent d411af4e
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,10 @@ def call(ArrayList<String> dependencyList, String gitUrl='',
git remote add project-template "https://github.com/ChimeraTK/project-template" || true
git remote set-url origin `echo ${gitUrl} | sed -e 's_http://doocs-git.desy.de/cgit/_git@doocs-git.desy.de:_' -e 's_/\$__'`
git remote update
git merge -s theirs --squash --no-edit project-template/master && git commit -m "automatic merge of project-template" && git push --all || true
git merge -X theirs --squash --no-edit project-template/master && \
git commit -m "automatic merge of project-template" && \
git push --all || \
true
"""
// We could also apply the clang-format style here, but this should be discussed first.
// find \( -name '*.cc' -o -name '*.cxx' -o -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.hpp' -o -name '*.hxx' -o -name '*.hh' \) -exec clang-format-6.0 -style=file -i \{\} \;
......
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