Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
e615e164
Commit
e615e164
authored
Apr 18, 2021
by
Delaigue Olivier
Browse files
ci(style): review minor style modifications in the .gitlab-ci.yml file
parent
a70d4704
Pipeline
#22390
passed with stages
in 33 minutes and 45 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e615e164
...
...
@@ -8,7 +8,7 @@ default:
-
echo "setwd(\"$(pwd)\")" > .Rprofile
-
echo ".libPaths <- c(Sys.getenv(\"R_LIBS_USER\"), .libPaths())" >> .Rprofile
-
PATH=~/R/sources/R-${R_VERSION}/bin:$PATH
-
R -e 'remotes::install_deps(dep = T)'
-
R -e 'remotes::install_deps(dep = T
RUE
)'
.regression
:
stage
:
regression
...
...
@@ -21,7 +21,7 @@ default:
.check
:
stage
:
check
script
:
-
R -e '
rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "warning")'
-
R -e 'rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "warning")'
.check_not_cran
:
variables
:
...
...
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