Commit e7010155 by Calen Pennington Committed by GitHub

Merge pull request #3786 from cpennington/dont-clobber-play-tag

The CD infrastructure shouldn't clobber the tag added by the underlyi…
parents 2376c4ba d1d15162
......@@ -67,7 +67,7 @@
description: "AMI built via edX continuous delivery pipeline - Ansible version: {{ ansible_version }}"
# used a JSON object here as there is a string interpolation in the keys.
tags: "{
'version:{{ play }}':'{{ app_repo }} {{ app_version }}',
'version:{{ play }}-expected':'{{ app_repo }} {{ app_version }}',
'play':'{{ play }}',
'cache_id':'{{ cache_id }}',
'environment':'{{ edx_environment }}',
......
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