From e85e015b61f779897b4347bc482ef7fd52c43526 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Thu, 15 Apr 2021 15:39:37 +0000 Subject: [PATCH] gitlab-ci.yml: fix typo "artifacts" Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9feae74..9079d4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab