A quick way to check you haven’t broken the build (including the tests) for large Go projects.
Tag: workflow
src script
A convenience script to for rapidly switching context between different git repositories.
Hey Twitter
Hey Twitter!
Multi-File CircleCI Config
CircleCI configuration for complex projects can grow very large. By default you have to store all that configuration in a single .circleci/config.yml which quickly gets unmanageable. Compounded with that, is that if you are using the on-prem CircleCI Enterprise, you are limited to using CircleCI 2.0 syntax, which is missing some really useful code reuse features like… Continue reading Multi-File CircleCI Config