Commit 9785fc66 by Kevin Falcone

Merge pull request #2575 from edx/jibsheet/remove-openid-workaround

Remove openid_workaround
parents f68ad7aa 9ae2caa0
......@@ -31,10 +31,6 @@ if [[ -f requirements/edx/local.txt ]]; then
fi
pip install --exists-action w -r requirements/edx/edx-private.txt
if [[ $openid_workaround == "true" ]]; then
sed -i -e 's/claimed_id = models.TextField(max_length=2047, unique=True/claimed_id = models.TextField(max_length=2047/' "$VIRTUAL_ENV/lib/python2.7/site-packages/django_openid_auth/models.py"
fi
cd "$WORKSPACE/configuration/playbooks/edx-east"
if [[ -f ${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml ]]; then
......
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