Commit 98c6fb5d by Ned Batchelder Committed by George Song

Don't overlook already-set EXTRA_VARS

parent c41dad23
......@@ -55,7 +55,7 @@ VERSION_VARS=(
PROGRAMS_VERSION
)
EXTRA_VARS="-e SANDBOX_ENABLE_ECOMMERCE=True"
EXTRA_VARS="-e SANDBOX_ENABLE_ECOMMERCE=True $EXTRA_VARS"
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