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

fix iris-bot script

parent 572da574
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ def time(args): ...@@ -128,7 +128,7 @@ def time(args):
'IRIS_REV': test_commit, 'IRIS_REV': test_commit,
'TIMING_AD_HOC_ID': id+"-test", 'TIMING_AD_HOC_ID': id+"-test",
} }
if args.test_branch is None: if args.test_rev is None:
test_pipeline = trigger_build(project['name'], project['branch'], vars) test_pipeline = trigger_build(project['name'], project['branch'], vars)
print(" Test pipeline running at {}".format(test_pipeline['web_url'])) print(" Test pipeline running at {}".format(test_pipeline['web_url']))
else: else:
......
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