Rakshan Shetty

Gitlab

Using lock file as Gitlab CI/CD cache key

May 11, 2020☕️ 1 min read

Gitlab CI/CD provides a mechanism to cache project dependency so that it can be reused and shared between pipelines and jobs. Using cache…