From 4eab0819222c9ea7b89e976e022443bead99873a Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 24 Oct 2024 23:50:15 +0000 Subject: [PATCH 1/2] [CI] align GH and GL paths --- vignettes/ci.Rmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vignettes/ci.Rmd b/vignettes/ci.Rmd index d09b04bce..889313157 100644 --- a/vignettes/ci.Rmd +++ b/vignettes/ci.Rmd @@ -97,12 +97,13 @@ The following template can be used as a base when using renv with ``` variables: - RENV_PATHS_CACHE: ${CI_PROJECT_DIR}/renv/cache + RENV_PATHS_ROOT: ${CI_PROJECT_DIR}/renv cache: key: ${CI_PROJECT_NAME} paths: - - ${RENV_PATHS_CACHE} + - ${RENV_PATHS_ROOT} + before_script: - < ... other pre-deploy steps ... > From 861a4509efbfca9980acd8c41dbc9218cc95cb52 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 24 Oct 2024 23:51:41 +0000 Subject: [PATCH 2/2] line break --- vignettes/ci.Rmd | 1 - 1 file changed, 1 deletion(-) diff --git a/vignettes/ci.Rmd b/vignettes/ci.Rmd index 889313157..439ee4675 100644 --- a/vignettes/ci.Rmd +++ b/vignettes/ci.Rmd @@ -103,7 +103,6 @@ cache: key: ${CI_PROJECT_NAME} paths: - ${RENV_PATHS_ROOT} - before_script: - < ... other pre-deploy steps ... >