From 0719a66d47062fef8a2f3fe74f9a84a663fbb1e1 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 10 Jan 2017 15:06:48 +0100 Subject: [PATCH] tech(build): updates circle ci trigger scripts --- scripts/trigger_grafana_packer.sh | 26 ++++++++++++++++++++++++-- scripts/trigger_windows_build.sh | 2 +- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/scripts/trigger_grafana_packer.sh b/scripts/trigger_grafana_packer.sh index e4a33a00221..d10fb081cba 100755 --- a/scripts/trigger_grafana_packer.sh +++ b/scripts/trigger_grafana_packer.sh @@ -2,9 +2,31 @@ _circle_token=$1 -trigger_build_url=https://circleci.com/api/v1/project/grafana/grafana-packer/tree/master?circle-token=${_circle_token} +trigger_build_url=https://circleci.com/api/v1/project/grafana/grafana-packer/tree/v4.1.x?circle-token=${_circle_token} + +post_data=$(cat <