Skip to content
Snippets Groups Projects
Commit 84d9f00a authored by Henrik Triem's avatar Henrik Triem
Browse files

Add subscription prefix

parent fd9c01fa
No related branches found
No related tags found
No related merge requests found
Pipeline #22925 passed
......@@ -207,7 +207,7 @@ pair = ci_split_name()
if not args.target:
if pair:
args.target = pair[0]
args.target = 'subscription' + pair[0]
else:
raise StandardError, "Could not detect --target from %s %s %s %s, please specify!" % (args.result, args.target, args.release, args.repo)
......
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