Commit b94cc2d
committed
fix(gpg): make signing key setup non-fatal in setup-gpg (#731)
Setting user.signingKey in the container is optional — if it fails,
GPG agent forwarding and the SSH server should still start. This
prevents a bad signing key configuration from tearing down the
entire tunnel.1 parent 39ab118 commit b94cc2d
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 138 | + | |
| 139 | + | |
142 | 140 | | |
143 | 141 | | |
144 | 142 | | |
| |||
0 commit comments