diff --git a/.travis.yml b/.travis.yml index 6564c319..a93fa8ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/curl-travis b/curl-travis deleted file mode 100644 index 99c96f81..00000000 --- a/curl-travis +++ /dev/null @@ -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/ \ No newline at end of file