fix(travis): Do not execute install.py
This commit is contained in:
parent
2fb9e8a94d
commit
3f6ac2d993
@ -30,10 +30,11 @@ jobs:
|
|||||||
script: bench migrate
|
script: bench migrate
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- cd ~
|
||||||
- nvm install 10
|
- nvm install 10
|
||||||
- wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
|
|
||||||
- sudo python install.py --develop --user travis --without-bench-setup
|
- git clone https://github.com/frappe/bench --depth 1
|
||||||
- sudo pip install -e ~/bench
|
- pip install -e ./bench
|
||||||
|
|
||||||
- rm $TRAVIS_BUILD_DIR/.git/shallow
|
- rm $TRAVIS_BUILD_DIR/.git/shallow
|
||||||
- bash $TRAVIS_BUILD_DIR/travis/bench_init.sh
|
- bash $TRAVIS_BUILD_DIR/travis/bench_init.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user