You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some advantages to doing it that way, including a fancy caching layer between PR and deploy steps that avoid rebuilding the image unnecessarily.
The text was updated successfully, but these errors were encountered:
Happy to go this way if we want to take advantage of the caching in circleci. I originally went with Travis because it was the shortest path to a working system but if someone wants to revisit that decision, I'm happy to help make that possible.
A good reason to move to CircleCI now is that Travis has been taken over by a private equity firm, and is hence on its deathbed (for OSS projects, I would say). Move when we have the time!
Repo2docker recommends using circleci for continuous building:
https://repo2docker.readthedocs.io/en/latest/howto/deploy.html
This is what I set up on pangeo_ocean_examples:
https://github.com/pangeo-data/pangeo_ocean_examples/blob/master/.circleci/config.yml
There are some advantages to doing it that way, including a fancy caching layer between PR and deploy steps that avoid rebuilding the image unnecessarily.
The text was updated successfully, but these errors were encountered: