mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
debug dbench update travis
This commit is contained in:
parent
dbb35af385
commit
01e43aa74f
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
sudo: required
|
||||
|
||||
language: python
|
||||
|
||||
python:
|
||||
|
|
|
|||
1
dbench
1
dbench
|
|
@ -35,6 +35,7 @@ elif [ $1 == '--init' ]; then
|
|||
if ! $2; then set -- "${@:1}" "site1.local"; fi
|
||||
if ! $3; then set -- "${@:1:2}" "site1.local" && site=$3; fi
|
||||
if ! $4; then set -- "${@:1:2:3}" "site1.local" && site=$4; fi
|
||||
echo "$site"
|
||||
frappe_installer $site
|
||||
if [ "$2" == '-e' ]; then
|
||||
echo "installing erpnext"
|
||||
|
|
|
|||
Loading…
Reference in a new issue