Commit 76efa369 authored by Dorchies David's avatar Dorchies David
Browse files

ci: debug checking the package of the good build

- in 26b0e4ed packages has been renamed but the naming is not able to differenciate airGR_*.tar.gz

Refs #55
Showing with 2 additions and 2 deletions
+2 -2
......@@ -7,7 +7,7 @@ default:
before_script:
- echo "setwd(\"$(pwd)\")" > .Rprofile
- PATH=~/R/sources/R-${R_VERSION}/bin:$PATH
- rename "s/.${R_VERSION}.t/.t/" airGR_*.tar.gz
- rename "s/${R_VERSION}.airGR/airGR/" *.tar.gz
.update_packages:
stage: update_packages
......@@ -24,7 +24,7 @@ default:
- cd ..
- echo "setwd(\"$(pwd)\")" > .Rprofile
- R CMD build airgr
- rename "s/.t/.${R_VERSION}.t/" airGR_*.tar.gz
- rename "s/airGR/${R_VERSION}.airGR/" airGR_*.tar.gz
- mv *.tar.gz airgr/
artifacts:
untracked: true
......
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