artsy / mobile

Mobile Team TODO
http://www.objc.io/issues/22-scale/artsy/
84 stars 11 forks source link

Move to ARTSY_STAFF_MEMBER env variables in Podfiles #60

Open ashfurrow opened 8 years ago

ashfurrow commented 8 years ago

We use a heuristic to determine if the project is being built by a staff member (or CI) who has access to our private fonts pod. Orta has suggested we move to an environment variable.

We'd need to update Potential as well.

alloy commented 8 years ago

But, why exactly?

orta commented 8 years ago

cause we don't have to keep adding people as they are added to the podfile on each project

alloy commented 8 years ago

But now I always need to remember to set this env var when I run pod install, doesn’t that seem more work than maintaining this list?

orta commented 8 years ago

I just do it in ~/.bash_profile et al, any reason you can't?

alloy commented 8 years ago

That’s fair, I can do that too, I just don’t set too many env vars by default.

orta commented 8 years ago

I figure this is useful enough on a global scale that it's worth it, you're not even on Eidolon ATM for example.