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
492dc9ef
Commit
492dc9ef
authored
Apr 29, 2020
by
Dorchies David
Browse files
ci: fix mistakes in .gitlab-ci.yml
Refs
#55
parent
362c8173
Pipeline
#12611
failed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
492dc9ef
...
...
@@ -37,12 +37,12 @@ build_patched:
check_not_cran_patched
:
variables
:
R_VERSION
:
"
patched"
extends
:
.check_not_cran
extends
:
.check_not_cran
check_as_cran_patched
:
variables
:
R_VERSION
:
"
patched"
extends
:
.check_as_cran
extends
:
.check_as_cran
build_devel
:
only
:
...
...
@@ -54,20 +54,22 @@ build_devel:
extends
:
.build
check_not_cran_devel
:
only
:
refs
:
-
tags
-
schedules
variables
:
R_VERSION
:
"
devel"
extends
:
.check_not_cran
extends
:
.check_not_cran
check_as_cran_devel
:
only
:
refs
:
-
tags
-
schedules
variables
:
R_VERSION
:
"
devel"
extends
:
.check_as_cran
extends
:
.check_as_cran
build_oldrel
:
only
:
...
...
@@ -79,17 +81,19 @@ build_oldrel:
extends
:
.build
check_not_cran_oldrel
:
only
:
refs
:
-
tags
-
schedules
variables
:
R_VERSION
:
"
oldrel"
extends
:
.check_not_cran
extends
:
.check_not_cran
check_as_cran_oldrel
:
only
:
refs
:
-
tags
-
schedules
variables
:
R_VERSION
:
"
oldrel"
extends
:
.check_as_cran
extends
:
.check_as_cran
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