Unverified Commit 66cfa5c0 by Zia Fazal Committed by GitHub

Merge pull request #4590 from edx/ziafazal/WL-1621

added support to override THEMES_VERSION for sandbox creation
parents b5868631 99c25ba5
...@@ -53,6 +53,7 @@ VERSION_VARS=( ...@@ -53,6 +53,7 @@ VERSION_VARS=(
ECOMMERCE_VERSION ECOMMERCE_VERSION
ECOMMERCE_WORKER_VERSION ECOMMERCE_WORKER_VERSION
DISCOVERY_VERSION DISCOVERY_VERSION
THEMES_VERSION
) )
for var in ${VERSION_VARS[@]}; do for var in ${VERSION_VARS[@]}; do
......
...@@ -190,6 +190,7 @@ xserver_version: $xserver_version ...@@ -190,6 +190,7 @@ xserver_version: $xserver_version
certs_version: $certs_version certs_version: $certs_version
configuration_version: $configuration_version configuration_version: $configuration_version
demo_version: $demo_version demo_version: $demo_version
THEMES_VERSION: $themes_version
edx_ansible_source_repo: ${configuration_source_repo} edx_ansible_source_repo: ${configuration_source_repo}
edx_platform_repo: ${edx_platform_repo} edx_platform_repo: ${edx_platform_repo}
......
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