mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
remove dockerhub from travis, setup dbench more
This commit is contained in:
parent
182be6152e
commit
60b8eb1922
2 changed files with 1 additions and 4 deletions
|
|
@ -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
2
dbench
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue