nhsuk / gp-finder

GP Finder
MIT License
5 stars 1 forks source link

Use the gitlab c2s-secrets repo to populate the travis env vars #64

Closed neilbmclaughlin closed 7 years ago

neilbmclaughlin commented 7 years ago

It occurred to me that our travis.yml before-install section could include git clone https://gitlab.com/nhsuk/c2s-secrets.git && . c2s-secrets/.env - this would mean that Travis needs fewer env vars defined.

There are some repo specific env vars (e.g. COVERALLS_REPO_TOKEN) in .env which would necessitate splitting the .env file (probably).

neilbmclaughlin commented 7 years ago

Resolved by vault work by @adamgraves-choices .