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

fix: failing git updates should not break everyting

parent 27aa3bc3
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ def call() {
source /home/msk_jenkins/dragon/bin/setup.sh
dragon updatedb
dragon select --all
dragon update --https --reset-url --default-branch --reset-hard-and-clean
dragon update --https --reset-url --default-branch --reset-hard-and-clean --orphan-on-failure
rm -rf "${dragon_builds.getArtefactsDir()}"
dragon list --selected > \${WORKSPACE}/joblist.txt
"""
......
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