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:
parent
75b7394377
commit
05f17ee267
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user