From 2d781e169c154ae05e7b6c3be408bd92c1790649 Mon Sep 17 00:00:00 2001 From: Anthony Woods Date: Wed, 6 Nov 2019 17:51:14 +0800 Subject: [PATCH] update triggers to use new deployment_tools location (#1235) raintank/deployment_tools repo is being moved to grafana/deployment_tools --- tools/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy.sh b/tools/deploy.sh index d1925396541d1..d8ad143205ed4 100755 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -3,4 +3,4 @@ curl -s --header "Content-Type: application/json" \ --data "{\"build_parameters\":{\"CIRCLE_JOB\": \"deploy\", \"IMAGE_NAMES\": \"$(make print-images)\"}}" \ --request POST \ - https://circleci.com/api/v1.1/project/github/raintank/deployment_tools/tree/master?circle-token=$CIRCLE_TOKEN + https://circleci.com/api/v1.1/project/github/grafana/deployment_tools/tree/master?circle-token=$CIRCLE_TOKEN