Skip to content

Commit 1bb80b5

Browse files
authored
Update repository URL in run_zonal_tests.sh
1 parent 497dd77 commit 1bb80b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/cloudbuild/run_zonal_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo '--- Installing git and cloning repository on VM ---'
44
sudo apt-get update && sudo apt-get install -y git python3-pip python3-venv
55

66
# Clone the repository and checkout the specific commit from the build trigger.
7-
git clone --no-checkout --depth 1 --sparse --filter=blob:none https://github.com/googleapis/python-docs-samples.git
7+
git clone --no-checkout --depth 1 --sparse --filter=blob:none https://github.com/GoogleCloudPlatform/python-docs-samples
88
cd python-docs-samples
99
git sparse-checkout set storage
1010
git fetch origin "refs/pull/${_PR_NUMBER}/head"

0 commit comments

Comments
 (0)