Commit a5cf83c3 by Feanil Patel

Change the refs prefix.

parent 45384ed4
......@@ -448,7 +448,7 @@ def create_ami(instance_id, name, description):
img.add_tag("cache_id", args.cache_id)
time.sleep(AWS_API_WAIT_TIME)
for repo, ref in git_refs.items():
key = "vars:{}".format(repo)
key = "refs:{}".format(repo)
img.add_tag(key, ref)
time.sleep(AWS_API_WAIT_TIME)
break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment