mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 05:17:14 +08:00
[skip-ci] fix YAML syntax
This commit is contained in:
parent
9e21fdde2d
commit
3308b81716
@ -71,7 +71,7 @@ build_repo:
|
||||
sign_pkgs:
|
||||
stage: sign
|
||||
script:
|
||||
- for pkg in $(find . -type f | grep ".pkg.tar.xz"); do echo "sign: $pkg" && echo "$GPG_PASSWORD" | gpg -sb --pinentry-mode loopback --passphrase-fd 0 $pkg; done
|
||||
- for pkg in $(find . -type f | grep ".pkg.tar.xz"); do echo "signing $pkg" && echo "$GPG_PASSWORD" | gpg -sb --pinentry-mode loopback --passphrase-fd 0 $pkg; done
|
||||
artifacts:
|
||||
# expire artifacts per default - the gitlab web frontend can be used to keep
|
||||
# artifacts of interest for an unlimited time
|
||||
|
Loading…
Reference in New Issue
Block a user