mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
remove curl
This commit is contained in:
parent
89ac6ae9a2
commit
cd56e6159e
2 changed files with 0 additions and 4 deletions
|
|
@ -35,5 +35,4 @@ script:
|
|||
- docker-compose ps | grep -i redis-socketio
|
||||
- docker-compose ps | grep -i mariadb
|
||||
- python test.py
|
||||
- ./curl-travis
|
||||
- docker-compose stop
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
curl -H "Content-Type: application/json" --data '{"docker_tag": "latest"}' -X POST https://registry.hub.docker.com/u/chabad360/frappe/trigger/$hubkey/
|
||||
Loading…
Reference in a new issue