Skip to content

Commit

Permalink
fix the checkout path
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Jul 13, 2023
1 parent e2e5bc2 commit f5f9fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trap 'date' DEBUG
set -ex -o igncr || set -ex

mkdir -p /var/local/git
git clone -b master --single-branch --depth=1 https://github.com/grpc/grpc.git /var/local/jenkins/grpc/
git clone -b master --single-branch --depth=1 https://github.com/grpc/grpc.git /var/local/git/grpc

cd /var/local/git/grpc

Expand Down

0 comments on commit f5f9fe7

Please sign in to comment.