Skip to content

Commit

Permalink
rm debug cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Dec 6, 2023
1 parent 61a9a86 commit b43a533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ test-lin-310-cran:
- -not (grep.exe "warning:" data.table.Rcheck\00install.out)
after_script:
- $env:PATH = "C:\R\bin;C:\rtools\usr\bin;$env:PATH"
- ls.exe -l
- mkdir.exe -p bus/$CI_JOB_NAME
- Rscript.exe -e "cat(Sys.getenv('CI_JOB_ID'), file=file.path('bus', Sys.getenv('CI_JOB_NAME'), 'id'))"
- Rscript.exe -e "cat(Sys.getenv('CI_JOB_STATUS'), file=file.path('bus', Sys.getenv('CI_JOB_NAME'), 'status'))"
Expand Down

0 comments on commit b43a533

Please sign in to comment.