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
0b7f1d43
Commit
0b7f1d43
authored
Apr 18, 2021
by
Delaigue Olivier
Browse files
ci (fix): remove badly indented code in .gitlab-ci.yml file
- also remove check_not_cran stage Refs
#37
parent
6107cda8
Pipeline
#22378
passed with stage
in 1 minute and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0b7f1d43
...
...
@@ -14,35 +14,16 @@ default:
script
:
-
R -e ' rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "error")'
.check_not_cran
:
variables
:
NOT_CRAN
:
"
true"
extends
:
.check
.check_as_cran
:
variables
:
NOT_CRAN
:
"
false"
extends
:
.check
check_not_cran_patched
:
variables
:
R_VERSION
:
"
patched"
extends
:
.check_not_cran
check_as_cran_patched
:
variables
:
R_VERSION
:
"
patched"
extends
:
.check_as_cran
check_not_cran_devel
:
only
:
refs
:
-
tags
-
schedules
variables
:
R_VERSION
:
"
devel"
extends
:
.check_not_cran
check_as_cran_devel
:
only
:
refs
:
...
...
@@ -52,15 +33,6 @@ check_as_cran_devel:
R_VERSION
:
"
devel"
extends
:
.check_as_cran
check_not_cran_oldrel
:
only
:
refs
:
-
tags
-
schedules
variables
:
R_VERSION
:
"
oldrel"
extends
:
.check_not_cran
check_as_cran_oldrel
:
only
:
refs
:
...
...
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