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
7fda30e5
Commit
7fda30e5
authored
Apr 06, 2021
by
Dorchies David
Browse files
ci: case sensitive issue on airGR.check folder
- Remove airGR...tar.gz that is no longer used by check Refs
#86
parent
955afb44
Pipeline
#22052
passed with stages
in 11 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7fda30e5
...
...
@@ -6,7 +6,7 @@ stages:
variables
:
R_LIBS_USER
:
"
$CI_PROJECT_DIR/ci/lib"
CHECK_DIR
:
"
$CI_PROJECT_DIR/ci/logs"
BUILD_LOGS_DIR
:
"
$CI_PROJECT_DIR/ci/logs/
$CI_PROJECT_NAME
.Rcheck"
BUILD_LOGS_DIR
:
"
$CI_PROJECT_DIR/ci/logs/
airGR
.Rcheck"
default
:
before_script
:
...
...
@@ -22,8 +22,6 @@ default:
-
R -e 'utils::install.packages("usethis", repo = "https://cloud.r-project.org/")'
-
R -e 'remotes::install_deps(pkgdir = "airgr", dep = T)'
-
R CMD build airgr
-
rename "s/airGR/${R_VERSION}.airGR/" airGR_*.tar.gz
-
mv *.tar.gz airgr/
artifacts
:
untracked
:
true
expire_in
:
1 week
...
...
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