Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elisemaigne
Ecosystème git
Commits
49e416e5
Commit
49e416e5
authored
Nov 29, 2021
by
Elise Maigne
Browse files
remove line
parent
034eff80
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
49e416e5
...
...
@@ -4,18 +4,17 @@ variables:
RENV_CONFIG_REPOS_OVERRIDE
:
"
http://cran.r-project.org"
RENV_PATHS_CACHE
:
${CI_PROJECT_DIR}/cache
RENV_PATHS_LIBRARY
:
${CI_PROJECT_DIR}/renv/library
cache
:
key
:
${CI_JOB_NAME}
paths
:
-
${RENV_PATHS_CACHE}
-
${RENV_PATHS_LIBRARY}
before_script
:
-
< ... other pre-deploy steps ... >
-
Rscript -e "if (!requireNamespace('renv', quietly = TRUE)) install.packages('renv')"
-
Rscript -e "renv::restore()"
pages
:
stage
:
deploy
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment