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
airGRteaching
Commits
0be4a932
Commit
0be4a932
authored
Apr 18, 2021
by
Delaigue Olivier
Browse files
ci: remove useless whitespace in the .gitlab-ci.yml
parent
b1c4b365
Pipeline
#23747
passed with stage
in 1 minute and 41 seconds
Changes
1
Pipelines
49
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0be4a932
...
...
@@ -12,7 +12,7 @@ default:
.check
:
stage
:
check
script
:
-
R -e '
rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "error")'
-
R -e 'rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "error")'
.check_as_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