Commit 03f67cfa by Ben Patterson

Make platform branch configurable.

parent 2e52c30d
......@@ -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: get xargs limit
......
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