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: ...@@ -52,16 +52,13 @@ reuse:
script: &doc-workspace-do script: &doc-workspace-do
- SCRATCH_DIR="$(cat "$CI_PROJECT_DIR"/.scratch-dir-name)" - SCRATCH_DIR="$(cat "$CI_PROJECT_DIR"/.scratch-dir-name)"
- cd "$SCRATCH_DIR"/docs - cd "$SCRATCH_DIR"/docs
# Aggregate content from other places
- make -C experimental aggregate
build: build:
extends: .doc-workspace extends: .doc-workspace
stage: build stage: build
script: script:
- *doc-workspace-do - *doc-workspace-do
- make -C experimental build - make
- mv experimental/build "$CI_PROJECT_DIR"
artifacts: artifacts:
paths: paths:
- build - 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