From b2a735ef4f627fa0ca0e8645036ac0ab7a4aaf9c Mon Sep 17 00:00:00 2001 From: Vanessa Yuen Date: Tue, 31 Oct 2017 17:21:13 +0800 Subject: [PATCH] test build script super rough draft --- test-builds.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 test-builds.sh diff --git a/test-builds.sh b/test-builds.sh new file mode 100755 index 000000000000..deae329a91d8 --- /dev/null +++ b/test-builds.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +_project=$1 +_branch=$2 +_circle_token=$3 + +trigger_build_url=https://circleci.com/api/v1.1/project/github/${_project}/tree/${_branch}?circle-token=${_circle_token} + +post_data=$(cat <