tidepool-org / tools

A place to put tooling and scripts that help when working on Tidepool stuff.
Other
11 stars 11 forks source link

fix for TRAVIS_PULL_REQUEST not matching the rest of the env var APIs #102

Closed krystophv closed 1 month ago

krystophv commented 1 month ago

TRAVIS_PULL_REQUEST: The pull request number if the current job is a pull request, “false” if it’s not a pull request.

Where every other env var provided by Travis is empty string when not applicable to the current build.