2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

[Testing] Branch for testing purpose

This commit is contained in:
shreyas 2016-05-23 13:00:00 +05:30
parent 18f291ae21
commit 0e754c53ab

View File

@ -107,7 +107,7 @@ def clone_bench_repo():
})
success = run_os_command(
{'git': 'git clone https://github.com/frappe/bench {bench_repo} --depth 1 --branch develop'.format(bench_repo=bench_repo)}
{'git': 'git clone https://github.com/shreyasp/bench {bench_repo} --depth 1 --branch test-ansible-installer'.format(bench_repo=bench_repo)}
)
return success