Skip to content

Commit

Permalink
Use CI_PROJECT_NAME instead of CI_JOB_NAME for GitLab CI vignette (
Browse files Browse the repository at this point in the history
…#1981)

* chore: use CI_PROJECT_NAME instead of CI_JOB_NAME for GitLab CI cache

* nit spacing
  • Loading branch information
fh-mthomson authored Sep 6, 2024
1 parent 73c899e commit a423a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/ci.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ variables:
RENV_PATHS_CACHE: ${CI_PROJECT_DIR}/renv/cache
cache:
key: ${CI_JOB_NAME}
key: ${CI_PROJECT_NAME}
paths:
- ${RENV_PATHS_CACHE}
Expand Down

0 comments on commit a423a67

Please sign in to comment.