Commit 45f652e
fix: chmod 600 SSH signing key before use
GitLab runner writes file-type CI variables with 0666 permissions.
ssh-keygen refuses to use a private key that is world-readable,
causing git commit signing to fail.
Signed-off-by: Jose Angel Morena <jmorenas@redhat.com>1 parent d945ebf commit 45f652e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments