Created
April 18, 2020 18:23
-
-
Save matejc/bb6757dfc2e4938fcb3e25e34e5c20a2 to your computer and use it in GitHub Desktop.
Revisions
-
matejc created this gist
Apr 18, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/usr/bin/env bash curl -s -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Travis-API-Version: 3" \ -H "Authorization: token $2" \ -d "{\"quiet\": true}" \ https://api.travis-ci.org/job/$1/debug