diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 220d46a7e8..acbc2f11f6 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -44,7 +44,7 @@ export RUNNING_SPANNER_BACKEND_TESTS=1 pip3 install . export DJANGO_TESTS_DIR="django_tests_dir" -mkdir -p $DJANGO_TESTS_DIR && git clone --depth 1 --single-branch --branch spanner-2.2.x https://github.com/timgraham/django.git $DJANGO_TESTS_DIR/django +mkdir -p $DJANGO_TESTS_DIR && git clone --depth 1 --single-branch --branch "spanner/stable/2.2.x" https://github.com/c24t/django.git $DJANGO_TESTS_DIR/django # Install dependencies for Django tests. sudo apt-get update diff --git a/django_test_suite.sh b/django_test_suite.sh index 12d9ee6582..8380bb24e3 100755 --- a/django_test_suite.sh +++ b/django_test_suite.sh @@ -18,7 +18,7 @@ mkdir -p $DJANGO_TESTS_DIR if [ $SPANNER_EMULATOR_HOST != 0 ] then pip3 install . - git clone --depth 1 --single-branch --branch spanner-2.2.x https://github.com/timgraham/django.git $DJANGO_TESTS_DIR/django + git clone --depth 1 --single-branch --branch "spanner/stable/2.2.x" https://github.com/c24t/django.git $DJANGO_TESTS_DIR/django fi # Install dependencies for Django tests.