-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only run PR build, not the branch build (#1656)
* Only run PR build, not the branch build * add a check to see if a pull request is open for a branch * trigger test again * add some logging to the bash * revert * :( * :( * :( :( :( * :) * Here's hoping * try again * try again * Trying the fix suggested by travis * Add message for branch tests * magical semicolon? * remove oraclejdk8 tests
- Loading branch information
1 parent
959411f
commit 380891c
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env bash | ||
|
||
#query github for information about a specific pull request | ||
curl -v -H "Authorization: token $GITHUB_API_TOKEN" https://api.github.com/repos/broadinstitute/picard/pulls\?state\=open\&head="broadinstitute:${TRAVIS_BRANCH}" |