Commit ec513e80 by John Jarvis

using https for the repo

parent 24fb46e5
#!/bin/sh
exec /usr/bin/ssh -o StrictHostKeyChecking=no -i /etc/git-identity "$@"
......@@ -15,7 +15,7 @@ xqueue:
auth_config: {}
env_config: {}
source_repo: git://github.com/edx/xqueue.git
source_repo: https://github.com/edx/xqueue.git
version: 'HEAD'
pre_requirements_file: "{{ xqueue_code_dir }}/pre-requirements.txt"
post_requirements_file: "{{ xqueue_code_dir }}/requirements.txt"
......
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