Commit bb64152a by Calen Pennington Committed by GitHub

Merge pull request #3788 from cpennington/cale/better-name-for-play-version

Attempt to give the version tag attached by the pipeline a better name
parents e0015288 2811ec08
......@@ -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 }}-expected':'{{ app_repo }} {{ app_version }}',
'version:{{ play }}-from-pipeline':'{{ 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