Commit df2fbb3b by Calen Pennington Committed by Fred Smith

Attempt to give the version tag attached by the pipeline a better name

parent b89e3f1c
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
description: "AMI built via edX continuous delivery pipeline - Ansible version: {{ ansible_version }}" 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. # used a JSON object here as there is a string interpolation in the keys.
tags: "{ tags: "{
'version:{{ play }}-expected':'{{ app_repo }} {{ app_version }}', 'version:{{ play }}-from-pipeline':'{{ app_repo }} {{ app_version }}',
'play':'{{ play }}', 'play':'{{ play }}',
'cache_id':'{{ cache_id }}', 'cache_id':'{{ cache_id }}',
'environment':'{{ edx_environment }}', '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