mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
5b067e2868
raintank/deployment_tools repo is being moved to grafana/deployment_tools
7 lines
293 B
Bash
Executable File
7 lines
293 B
Bash
Executable File
#!/bin/sh
|
|
|
|
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/grafana/deployment_tools/tree/master?circle-token=$CIRCLE_TOKEN
|