10000 fix: Replace, fast-forward Django CI branch (#598) · googleapis/python-spanner-django@5d65e3f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d65e3f

Browse files
authored
fix: Replace, fast-forward Django CI branch (#598)
1 parent 5f946d2 commit 5d65e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export RUNNING_SPANNER_BACKEND_TESTS=1
4444

4545
pip3 install .
4646
export DJANGO_TESTS_DIR="django_tests_dir"
47-
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
47+
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
4848

4949
# Install dependencies for Django tests.
5050
sudo apt-get update

django_test_suite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mkdir -p $DJANGO_TESTS_DIR
1818
if [ $SPANNER_EMULATOR_HOST != 0 ]
1919
then
2020
pip3 install .
21-
git clone --depth 1 --single-branch --branch spanner-2.2.x https://github.com/timgraham/django.git $DJANGO_TESTS_DIR/django
21+
git clone --depth 1 --single-branch --branch "spanner/stable/2.2.x" https://github.com/c24t/django.git $DJANGO_TESTS_DIR/django
2222
fi
2323

2424
# Install dependencies for Django tests.

0 commit comments

Comments
 (0)
0