it’s gpg --import not gpg --import-key
This commit is contained in:
parent
24575df947
commit
8217bbc505
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pipeline:
|
||||||
- git remote set-url origin gitea@git.chir.rs:darkkirb/nix-packages.git
|
- git remote set-url origin gitea@git.chir.rs:darkkirb/nix-packages.git
|
||||||
- git config --global 'user.email' 'gitea-bot@chir.rs'
|
- git config --global 'user.email' 'gitea-bot@chir.rs'
|
||||||
- git config --global 'user.name' 'Gitea Bot'
|
- git config --global 'user.name' 'Gitea Bot'
|
||||||
- echo "$GPG_KEY" | gpg --import-key
|
- echo "$GPG_KEY" | gpg --import
|
||||||
- gpg config --global "user.signingKey" "0x417A4BCCAB696E24"
|
- gpg config --global "user.signingKey" "0x417A4BCCAB696E24"
|
||||||
- gpg config --global "commit.gpgSign" "true"
|
- gpg config --global "commit.gpgSign" "true"
|
||||||
- git add .
|
- git add .
|
||||||
|
|
Reference in a new issue