Skip to content

Instantly share code, notes, and snippets.

View srolel's full-sized avatar

Sharon (Sean) Rolel srolel

View GitHub Profile
@srolel
srolel / buildWhenAffected.sh
Created December 15, 2017 13:20 — forked from naesheim/buildWhenAffected.sh
CircleCi - only build features that has changed
##################
### config.yml ###
##################
version: 2
jobs:
build:
docker:
- image: circleci/python:3.6
steps: