mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
Revert "Modify bench_init.sh"
Point back to original repo
This reverts commit d3530125dd.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ~/
|
cd ~/
|
||||||
curl -I https://github.com/surajshetty3416/frappe/tree/$TRAVIS_BRANCH | head -n 1 | cut -d $' ' -f2 | (
|
curl -I https://github.com/frappe/frappe/tree/$TRAVIS_BRANCH | head -n 1 | cut -d $' ' -f2 | (
|
||||||
read response;
|
read response;
|
||||||
[ $response == '200' ] && branch=$TRAVIS_BRANCH || branch='develop';
|
[ $response == '200' ] && branch=$TRAVIS_BRANCH || branch='develop';
|
||||||
bench init frappe-bench --frappe-path https://github.com/surajshetty3416/frappe.git --frappe-branch $branch --python $(which python)
|
bench init frappe-bench --frappe-path https://github.com/frappe/frappe.git --frappe-branch $branch --python $(which python)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user