Skip to content
Snippets Groups Projects
Commit 8d69bee7 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

more twiddle

parent 3e65dd29
Branches
No related tags found
1 merge request!194Draft: Reproduce permission errors
Pipeline #1354 passed
......@@ -5,17 +5,13 @@ default:
- "nixos"
- "shell"
docs:
stage: "build"
script:
- "nix-build --attr docs --out-link result-docs"
# GitLab wants to lchown artifacts. It can't do that to store paths. Get
# a copy of the docs outside of the store.
- "cp --recursive --no-preserve=mode ./result-docs/docs ./docs-build/"
artifacts:
paths:
- "./docs-build/"
- "./result-docs/docs"
expose_as: "documentation"
unit-tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment