ci: fix path to allowed_signers file
This commit is contained in:
parent
61e30ecc8a
commit
09900a0594
2
bin/ci
2
bin/ci
@ -10,7 +10,7 @@ eval $(keychain --eval --agents ssh --inherit any)
|
||||
|
||||
grep -q /run/secrets/ci_ed25519_pub .git/config || git config user.signingkey /run/secrets/ci_ed25519_pub
|
||||
grep -q gpgsign .git/config || git config commit.gpgsign true
|
||||
grep -q allowedSignersFile .git/config || git config gpg.ssh.allowedSignersFile ./allowed_signers
|
||||
grep -q allowedSignersFile .git/config || git config gpg.ssh.allowedSignersFile .allowed_signers
|
||||
|
||||
start_ci
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user