Commit 7fda30e5 authored by Dorchies David's avatar 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
Showing with 1 addition and 3 deletions
+1 -3
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment