From 05f17ee2670b84046e9ada2981702fcefb7dc6ad Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 2 Sep 2022 18:31:38 +0200 Subject: [PATCH] Copy WKD dir to public directly .gitlab-ci.yml: Copy the WKD dir to a public dir (used by gitlab pages) directly instead of creating the public dir and copying into it, as that is brittle. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d23561a..eff73a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,8 +85,7 @@ wkd_build: - make wkd WKD_FQDN=master-key.archlinux.org - make wkd_inspect - make wkd_inspect WKD_FQDN=master-key.archlinux.org - - mkdir public - - cp -r build/wkd/.* public + - cp -r build/wkd/ public artifacts: paths: - public