mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
gonna push it
This commit is contained in:
parent
56cf9f546c
commit
3502f053e9
2 changed files with 3 additions and 3 deletions
|
|
@ -16,11 +16,11 @@ before_install:
|
|||
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
- chmod +x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
- chmod u+x ./dbench
|
||||
- chmod ugo+x ./dbench
|
||||
|
||||
install:
|
||||
- ./dbench --setup -u
|
||||
- ./dbench --init site2.local
|
||||
- ./dbench --init -med
|
||||
- ./dbench --start
|
||||
- pip install --upgrade virtualenv
|
||||
- virtualenv -p python3 testenv
|
||||
|
|
|
|||
2
dbench
2
dbench
|
|
@ -81,7 +81,7 @@ key="$1"
|
|||
start=1
|
||||
;;
|
||||
*)
|
||||
positional+="$key"
|
||||
positional+=("$key")
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
|
|
|
|||
Loading…
Reference in a new issue