Software required:
After installation and putting the youtube-dl in PATH
youtube-dl \
| # The folders below will be cached between builds | |
| # http://docs.gitlab.com/ce/ci/yaml/README.html#cache | |
| cache: | |
| paths: | |
| - node_modules/ | |
| - _site # or other arbitrary directory | |
| stages: | |
| - build | |
| - test |
Software required:
After installation and putting the youtube-dl in PATH
youtube-dl \