Commit 88da15d5 by Kevin Falcone

This registers over the microsites theming

This clobbers edxapp_theme_checkout set by the previous task, even when
the task is skipped because EDXAPP_COMPREHENSIVE_THEME_SOURCE_REPO is
unset.

edxapp_theme_checkout is used to tag the instance when the edxapp play
is run.

That tag is later used by our build infrastructure to ensure that
theme is consistent between builds.

If we want to also tag the comprehensive theme value, that's fine, but
it should not clobber the value needed by the other type of themes, and
should declare a different tag.
parent be2a8b02
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
sudo_user: "{{ edxapp_user }}" sudo_user: "{{ edxapp_user }}"
environment: environment:
GIT_SSH: "{{ edxapp_git_ssh }}" GIT_SSH: "{{ edxapp_git_ssh }}"
register: edxapp_theme_checkout register: edxapp_comprehensive_theme_checkout
tags: tags:
- install - install
- install:code - install:code
......
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