update triggers to use new deployment_tools location (#20194)

raintank/deployment_tools repo is being moved to grafana/deployment_tools
pull/20199/head
Anthony Woods 6 years ago committed by Leonard Gram
parent 19dbd27c5c
commit 5b067e2868
  1. 2
      packaging/docker/deploy_to_k8s.sh

@ -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

Loading…
Cancel
Save