From cd56e6159e6124c79eddbbe0895b0c22d713bb42 Mon Sep 17 00:00:00 2001 From: chabad360 Date: Thu, 2 Aug 2018 15:20:17 -0700 Subject: [PATCH] remove curl --- .travis.yml | 1 - curl-travis | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 curl-travis 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