Created
April 28, 2019 17:17
-
-
Save alvincrespo/6898566655fd74314a12a2ab0a8bfbad to your computer and use it in GitHub Desktop.
Sample Job with Executor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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