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

gitlab-ci.yml: fix typo "artifacts"


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent df1ebb56
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ build-docs:
script:
- !reference [.workspace, script]
- !reference [.build-docs, script]
# Artifatcs are relative to CI_PROJECT_DIR so we need to provide the build
# Artifacts 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:
......
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