Skip to content

Commit

Permalink
.gitlab-ci.yml: fix bundler cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed May 29, 2024
1 parent 5d1b281 commit 3b1d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
cache:
paths:
- ${PRE_COMMIT_HOME}
- ${CI_PROJECT_DIR}/bundle
- ${CI_PROJECT_DIR}/vendor

before_script:
- apk add --no-cache ruby ruby-dev ruby-bundler make gcc g++ musl-dev build-base libffi-dev libxml2-dev
Expand Down

0 comments on commit 3b1d655

Please sign in to comment.