Skip to content
Snippets Groups Projects
Commit 20dd6cc8 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

gitlab-ci.yml: update location of docs in the manifest


The docs repository is now checked out in the root of the workspace, not
under sources/docs

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent ef66fe24
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ reuse:
- ( cd "$SCRATCH_DIR"/sources/"$OHOS_GIT_REPO_PATH" && git checkout "$CI_COMMIT_SHA" )
script: &doc-workspace-do
- SCRATCH_DIR="$(cat "$CI_PROJECT_DIR"/.scratch-dir-name)"
- cd "$SCRATCH_DIR"/sources/docs
- cd "$SCRATCH_DIR"/docs
# Aggregate content from other places
- make -C experimental aggregate
......
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