We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8a1d9c + 8a45c36 commit 868c292Copy full SHA for 868c292
s3secrets-helper/secrets/secrets.go
@@ -240,7 +240,7 @@ func handleSSHKeys(conf *Config, results <-chan getResult) error {
240
"The repository %q appears to use SSH for transport, but the elastic-ci-stack-s3-secrets-hooks plugin did not find any SSH keys in the %q S3 bucket.",
241
conf.Repo, conf.Bucket,
242
)
243
- log.Printf("See https://github.com/buildkite/elastic-ci-stack-for-aws#build-secrets for more information.")
+ log.Printf("See https://buildkite.com/docs/agent/v3/aws/elastic-ci-stack/ec2-linux-and-windows/secrets-bucket for more information.")
244
}
245
if _, err := io.Copy(conf.EnvSink, conf.SSHAgent.Stdout()); err != nil {
246
return fmt.Errorf("copying ssh-agent env: %w", err)
0 commit comments