From 2c230fb6d8914b7ef19da3ab06d7a26508fe525a Mon Sep 17 00:00:00 2001 From: Adam Shimali Date: Mon, 9 May 2016 13:50:18 +0100 Subject: [PATCH] Another attempt to trigger dependent build --- scripts/trigger-dependent-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/trigger-dependent-build.sh b/scripts/trigger-dependent-build.sh index fe83696a8..da26d46a2 100755 --- a/scripts/trigger-dependent-build.sh +++ b/scripts/trigger-dependent-build.sh @@ -7,4 +7,4 @@ # - ./trigger-dependent-build # -curl -vvv -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $auth_token" -d '{"request":{"branch":"master"},"config":{"env":{"matrix":["ENVIRONMENT=preview"]}}}' https://api.travis-ci.org/repo/alphagov%2Fnotifications-functional-tests/requests +curl -vvv -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $auth_token" -d '{"request":{"branch":"master"},"config":{"script": "./scripts/run_tests.sh preview"}}' https://api.travis-ci.org/repo/alphagov%2Fnotifications-functional-tests/requests