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.
1 parent 8a1d9b8 commit 7f42752Copy full SHA for 7f42752
.buildkite/test_credentials.sh
@@ -29,6 +29,9 @@ if [[ -d example-private-repository ]] ; then
29
rm -rf example-private-repository
30
fi
31
32
+# Cannot use git+ssh because the ephemeral ssh-agent will be started in the
33
+# Docker container / pid namespace above and be terminated after the process
34
+# s3secrets-helper process exits
35
echo "+++ Cloning private repository with https"
-git clone -- https://github.com/lox/example-private-repository.git example-private-repository
36
+git clone -- https://github.com/buildkite/example-private-repository.git example-private-repository
37
0 commit comments