Skip to content
Snippets Groups Projects

Imrpovements + corrections + docs

Merged Astre Benjamin requested to merge dev into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -39,6 +39,7 @@
R -q -e '
getwd()
projDir <- Sys.getenv("CI_PROJECT_DIR")
print(projDir)
source(file.path(projDir, "temp_gitlabTemplates/optionsForCi.R"));
source(file.path(projDir, "temp_gitlabTemplates/installDepsWithErrManagement.R"));
@@ -65,4 +66,6 @@
'
- rm -rf temp_gitlabTemplates
artifacts:
paths:
- temp_gitlabTemplates/
when: always
Loading