Commit e92a65e1 by Ned Batchelder Committed by George Song

Install Ecommerce in Native

parent 6ad9940c
......@@ -50,9 +50,11 @@ VERSION_VARS=(
NOTIFIER_VERSION
INSIGHTS_VERSION
ANALYTICS_API_VERSION
ECOMMERCE_VERSION
ECOMMERCE_WORKER_VERSION
)
EXTRA_VARS=""
EXTRA_VARS="-e SANDBOX_ENABLE_ECOMMERCE=True"
for var in ${VERSION_VARS[@]}; do
# Each variable can be overridden by a similarly-named environment variable,
# or OPENEDX_RELEASE, if provided.
......
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