Skip to content

Commit d1d2f68

Browse files
committed
Use different logical material for signing keys to avoid fan-in issues
We don't need/want fan-in on the signing keys, so let's split them. Now that the test drive installers are part of the same pipeline as the main signing, this will cause fan-in issues.
1 parent a7327de commit d1d2f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci.gocd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipelines:
2121
- "**/*.*"
2222
- "**/*"
2323
signing-keys:
24-
git: https://git.gocd.io/git/gocd/signing-keys
24+
git: https://github.com/gocd/signing-keys
2525
destination: signing-keys
2626
ignore:
2727
- "**/*.*"

0 commit comments

Comments
 (0)