Created
April 8, 2021 09:41
-
-
Save Voronenko/fc9e8ec51269520d0a26f601ce31e148 to your computer and use it in GitHub Desktop.
Cache based on file contents in gitlab
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
cache: | |
- key: | |
files: | |
- Gemfile.lock | |
paths: | |
- vendor/ruby | |
- key: | |
files: | |
- yarn.lock | |
paths: | |
- .yarn-cache/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment