Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit 4a09adf

Browse files
committed
wip: Use branch master of django/django
1 parent ffec7b5 commit 4a09adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pip3 install .
5757
# Create a unique DJANGO_TESTS_DIR per worker to avoid
5858
# any clashes with configured tests by other workers.
5959
export DJANGO_TESTS_DIR="django_tests_$DJANGO_WORKER_INDEX"
60-
mkdir -p $DJANGO_TESTS_DIR && git clone --depth 1 --single-branch --branch spanner-2.2.x https://github.com/django/django.git $DJANGO_TESTS_DIR/django
60+
mkdir -p $DJANGO_TESTS_DIR && git clone --depth 1 --single-branch --branch master https://github.com/django/django.git $DJANGO_TESTS_DIR/django
6161

6262
# Install dependencies for Django tests.
6363
sudo apt-get update

0 commit comments

Comments
 (0)