Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created April 28, 2019 17:17
Show Gist options
  • Save alvincrespo/6898566655fd74314a12a2ab0a8bfbad to your computer and use it in GitHub Desktop.
Save alvincrespo/6898566655fd74314a12a2ab0a8bfbad to your computer and use it in GitHub Desktop.
Sample Job with Executor
jobs:
build:
executor: my-executor
steps:
- checkout
- restore_cache:
keys:
- v2-deps-{{ .Branch }}-{{ checksum "package-lock.json" }}
- v2-deps-{{ .Branch }}-
- v2-deps-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment