tidepool-org / tools

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

Require explicitly turning on clinic and prescription feature flags in Travis environment #89

Closed clintonium-119 closed 3 years ago

clintonium-119 commented 3 years ago

We were previously defaulting the Tidepool Web feature flags on for pull request builds, and off everywhere else.
It's better to simply default them to off for all builds, and explicitly turn them on in the Travis UI on a per-branch basis.