Skip to content

Commit

Permalink
update triggers to use new deployment_tools location (#1235)
Browse files Browse the repository at this point in the history
raintank/deployment_tools repo is being moved to grafana/deployment_tools
  • Loading branch information
woodsaj authored Nov 6, 2019
1 parent 54b2767 commit 2d781e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d781e1

Please sign in to comment.