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.
This commit is contained in:
David Runge 2022-09-02 18:31:38 +02:00
parent 75b7394377
commit 05f17ee267
No known key found for this signature in database
GPG Key ID: 139B09DA5BF0D338

View File

@ -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