Skip to content
Snippets Groups Projects
Unverified Commit 6122b635 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

.gitlab-ci.yml: Move build docs to fix artifacts


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 1ea83293
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@ build-docs:
script:
- !reference [.workspace, script]
- !reference [.build-docs, script]
# Artifatcs are relative to CI_PROJECT_DIR so we need to provide the build
# docs there.
- mv "$SCRATCH_DIR"/docs/build/ "$CI_PROJECT_DIR" || true
artifacts:
paths:
- build
......
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