Skip to content
Snippets Groups Projects
Commit 6803fc4a authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch '3300-caching-gems-for-rubocop-job' into 'master'

Speed up rubocop CI job with caching gems

Closes #3300

See merge request gitlab-org/omnibus-gitlab!2377
parents 7d7e9087 3269e33a
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,10 @@
- branches@gitlab/omnibus-gitlab
- tags@gitlab/omnibus-gitlab
- triggers
cache:
key: "${CI_JOB_NAME}-${BUILDER_IMAGE_REVISION}"
paths:
- gems
docs-check-links:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:nanoc-bootstrap-ruby-2.4-alpine"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment