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 <