grafana/scripts/trigger_grafana_packer.sh
Oleg Gaidarenko 4b16cd6cc8
Build: Introduce shellcheck (#18081)
* Build: introduce shellcheck

Fixes #16198
2019-07-23 13:12:33 +03:00

11 lines
280 B
Bash
Executable File

#!/bin/bash
_circle_token=$1
trigger_build_url="https://circleci.com/api/v1/project/grafana/grafana-packer/tree/master?circle-token=${_circle_token}"
curl \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
--request POST "${trigger_build_url}"