Skip to content
Snippets Groups Projects
Commit e5c97452 authored by Pranav Pankaj Chandode's avatar Pranav Pankaj Chandode
Browse files

Correcting the path to public in artifacts

parent f50cbd43
No related branches found
No related tags found
No related merge requests found
Pipeline #141031 failed
......@@ -31,7 +31,7 @@ testing:
- Rscript -e 'covr::gitlab(quiet = FALSE)'
artifacts:
paths:
- public
- PrUd/public
# To produce a code coverage report as a GitLab page see
# https://about.gitlab.com/2016/11/03/publish-code-coverage-report-with-gitlab-pages/
pages:
......@@ -39,11 +39,10 @@ pages:
dependencies:
- testing
script:
- mv ../public ./public
- ls
artifacts:
paths:
- public
- PrUd/public
expire_in: 30 days
only:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment