Skip to content

Commit 7f42752

Browse files
committed
Use buildkite/example-private-repository instead of lox
1 parent 8a1d9b8 commit 7f42752

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.buildkite/test_credentials.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ if [[ -d example-private-repository ]] ; then
2929
rm -rf example-private-repository
3030
fi
3131

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
3235
echo "+++ Cloning private repository with https"
33-
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
3437
rm -rf example-private-repository

0 commit comments

Comments
 (0)