Commit 7a5bd86c by Feanil Patel

Merge pull request #952 from edx/feanil/refs_are_the_new_vars

Change the refs prefix.
parents 558a1e2d a5cf83c3
......@@ -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