File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 98
98
steps :
99
99
- setup_remote_docker
100
100
- checkout
101
- - run :
102
- name : echo GPG Key
103
- command : |
104
- echo -e "$GPG_PRIVATE_KEY"
105
- - run :
106
- name : Import GPG Key
107
- command : |
108
- echo -e "$GPG_PRIVATE_KEY" | gpg --import
109
- echo -e "trust\n5\ny\n" | gpg --command-fd 0 --edit-key 4C19E4CC17E67B7B
110
- - run :
111
- name : Configure Git for Signing
112
- command : |
113
- git config --global user.signingkey 4C19E4CC17E67B7B
114
- git config --global commit.gpgSign true
115
101
- run :
116
102
name : " Create build branch"
117
103
command : |
@@ -266,15 +252,11 @@ jobs:
266
252
steps :
267
253
- setup_remote_docker
268
254
- checkout
269
- - run :
270
- name : echo GPG Key
271
- command : |
272
- echo "$GPG_PRIVATE_KEY"
273
255
- run :
274
256
name : Import GPG Key
275
257
command : |
276
- echo "$GPG_PRIVATE_KEY" | gpg --import
277
- echo " " | gpg --batch --yes --pinentry-mode loopback --passphrase- fd 0 --edit-key 4C19E4CC17E67B7B trust quit
258
+ echo -e "$GPG_PRIVATE_KEY" | gpg --import
259
+ echo -e "trust\n5\ny\n " | gpg --command- fd 0 --edit-key 4C19E4CC17E67B7B
278
260
- run :
279
261
name : Configure Git for Signing
280
262
command : |
You can’t perform that action at this time.
0 commit comments