update triggers to use new deployment_tools location (#20194)

raintank/deployment_tools repo is being moved to grafana/deployment_tools
This commit is contained in:
Anthony Woods 2019-11-06 17:53:16 +08:00 committed by Leonard Gram
parent 19dbd27c5c
commit 5b067e2868

View File

@ -3,4 +3,4 @@
curl -s --header "Content-Type: application/json" \
--data "{\"build_parameters\": {\"CIRCLE_JOB\": \"deploy\", \"IMAGE_NAMES\": \"$1\"}}" \
--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