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 c882a16 + 7f42752 commit 283b6b8Copy full SHA for 283b6b8
.buildkite/test_credentials.sh
100644
100755
@@ -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