Skip to content
Snippets Groups Projects
Commit 0ada51ce authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] pages: push content in /tmp/coverage

parent 3cc24c3f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ pages:
- yarn doc
- mkdir -p public
- mv typedoc public/
- mv coverage_raw public/
- mv /tmp/coverage public/
- ls public
artifacts:
untracked: true
......@@ -65,7 +65,7 @@ test:
- yarn
- yarn test
- bash .gitlab/test/check_indexes.sh
- cp -R coverage coverage_raw
- cp -R coverage /tmp/coverage
- sed -n 23p coverage/index.html
.build_releases: &build_releases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment