Commit 4211f6f7 authored by Dorchies David's avatar Dorchies David
Browse files

ci: bash mispelling :grimacing:

Showing with 1 addition and 1 deletion
+1 -1
...@@ -29,7 +29,7 @@ before_script: ...@@ -29,7 +29,7 @@ before_script:
.check: .check:
stage: checks stage: checks
script: script:
- if [$AS_CRAN = "false" ]; then sudo apt-get install -y qpdf; fi - if [ $AS_CRAN = "false" ]; then sudo apt-get install -y qpdf; fi
- R -e 'devtools::check(check_dir = Sys.getenv("CHECK_DIR"), cran = !as.logical(Sys.getenv("AS_CRAN")), env_vars = c(NOT_CRAN = "true"))' - R -e 'devtools::check(check_dir = Sys.getenv("CHECK_DIR"), cran = !as.logical(Sys.getenv("AS_CRAN")), env_vars = c(NOT_CRAN = "true"))'
- R -e 'if (length(devtools::check_failures(path = Sys.getenv("BUILD_LOGS_DIR"), note = FALSE)) > 0) stop()' - R -e 'if (length(devtools::check_failures(path = Sys.getenv("BUILD_LOGS_DIR"), note = FALSE)) > 0) stop()'
......
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