Commit 5d1dbc1f by Fred Smith

append any extra_vars that have been passed in on the command line

parent 64210d59
......@@ -49,7 +49,7 @@ if [ -n "$OPENEDX_RELEASE" ]; then
-e forum_version=$OPENEDX_RELEASE \
-e xqueue_version=$OPENEDX_RELEASE \
-e configuration_version=$OPENEDX_RELEASE \
"
$EXTRA_VARS"
CONFIG_VER=$OPENEDX_RELEASE
else
CONFIG_VER="master"
......
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