remove dockerhub from travis, setup dbench more

This commit is contained in:
chabad360 2018-08-02 15:18:54 -07:00
parent 182be6152e
commit 60b8eb1922
2 changed files with 1 additions and 4 deletions

View file

@ -1,3 +0,0 @@
#!/bin/bash
curl -H "Content-Type: application/json" --data '{"docker_tag": "env"}' -X POST https://registry.hub.docker.com/u/chabad360/frappe/trigger/$hubkey/

2
dbench
View file

@ -54,7 +54,7 @@ while true; do
;;
-d | --developer)
shift; # The arg is next in position args
docker exec -it -u root frappe bash -c "bench --site $$ set-config \"developer_mode\" 1 && bench clear-cache"
docker exec -it -u root frappe bash -c "bench --site $1 set-config \"developer_mode\" 1 && bench clear-cache"
;;
--)
shift