Commit d836ed94 by Ben Patterson

Make platform branch configurable.

parent ec4220b2
......@@ -16,3 +16,4 @@
#
test_build_server_user: jenkins
test_build_server_repo_path: /home/jenkins
test_edx_platform_version: master
......@@ -24,7 +24,7 @@
git: >
repo=https://github.com/edx/edx-platform.git
dest={{ test_build_server_repo_path }}/edx-platform-clone
version=master
version={{ test_edx_platform_version }}
sudo_user: "{{ test_build_server_user }}"
- name: Copy test-development-environment.sh to somewhere the jenkins user can access it
......
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