From 78ac80d54ac1f6acd9cd6918b2f7c1c15db471b2 Mon Sep 17 00:00:00 2001 From: chabad360 Date: Thu, 2 Aug 2018 11:07:42 -0700 Subject: [PATCH] fixed tag --- curl-travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl-travis b/curl-travis index 99c96f81..4a9c7e31 100644 --- a/curl-travis +++ b/curl-travis @@ -1,3 +1,3 @@ #!/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 +curl -H "Content-Type: application/json" --data '{"docker_tag": "env"}' -X POST https://registry.hub.docker.com/u/chabad360/frappe/trigger/$hubkey/ \ No newline at end of file