1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-25 09:59:23 +01:00

.gitlab-ci.yml: fix bundler cache path

This commit is contained in:
Aminda Suomalainen 2024-05-29 20:40:07 +03:00
parent f4223c938a
commit 84d6b327e8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -8,7 +8,7 @@ variables:
cache: cache:
paths: paths:
- ${PRE_COMMIT_HOME} - ${PRE_COMMIT_HOME}
- ${CI_PROJECT_DIR}/bundle - ${CI_PROJECT_DIR}/vendor
before_script: before_script:
- apk add --no-cache ruby ruby-dev ruby-bundler make gcc g++ musl-dev build-base libffi-dev libxml2-dev - apk add --no-cache ruby ruby-dev ruby-bundler make gcc g++ musl-dev build-base libffi-dev libxml2-dev