Commit 7f1cdb49 by John Jarvis

add static_url for provisioning script

parent 60aa08cb
......@@ -28,6 +28,10 @@ else
source "$WORKSPACE/util/jenkins/ascii-convert.sh"
fi
if [[ -z $static_url ]]; then
static_url="/static/"
fi
if [[ -z $github_username ]]; then
github_username=$BUILD_USER_ID
fi
......
......@@ -31,4 +31,5 @@ discern_version: $discern_version
rabbitmq_ip: "127.0.0.1"
rabbitmq_refresh: True
COMMON_HOSTNAME: edx-server
EDXAPP_STATIC_URL: $static_url
EOF
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