Skip to content
Snippets Groups Projects
Commit 26c59b97 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

do not fail if project-template has already been added as a remote

parent 32fe31fa
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ def call(ArrayList<String> dependencyList, String gitUrl='') {
script {
node('Docker') {
sh """
git remote add project-template "https://github.com/ChimeraTK/project-template"
git remote add project-template "https://github.com/ChimeraTK/project-template" || true
git remote update
git merge --no-edit project-template/master && git push origin master || true
"""
......
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