Skip to content
Snippets Groups Projects
Commit 542323df authored by Ralf Jung's avatar Ralf Jung
Browse files

fix gitlab-extract output if build is still running

parent b6d91cd4
No related branches found
No related tags found
No related merge requests found
...@@ -114,5 +114,5 @@ for commit in parse_log.parse_git_commits(args.commits): ...@@ -114,5 +114,5 @@ for commit in parse_log.parse_git_commits(args.commits):
found_build = True found_build = True
print(" success") print(" success")
break break
if not found_build: if not found_build and not BREAK:
print(" found no succeessful build") print(" found no succeessful build")
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