Skip to content
Snippets Groups Projects
Commit 1fb824f7 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

.gitlab-ci.yml: Make from root as experimental will be dropped


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 510f0598
No related branches found
No related tags found
No related merge requests found
......@@ -52,16 +52,13 @@ reuse:
script: &doc-workspace-do
- SCRATCH_DIR="$(cat "$CI_PROJECT_DIR"/.scratch-dir-name)"
- cd "$SCRATCH_DIR"/docs
# Aggregate content from other places
- make -C experimental aggregate
build:
extends: .doc-workspace
stage: build
script:
- *doc-workspace-do
- make -C experimental build
- mv experimental/build "$CI_PROJECT_DIR"
- make
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