Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d65e3f

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

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎.kokoro/build.sh

Copy file name to clipboardExpand all lines: .kokoro/build.sh
+1-1
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

Copy file name to clipboardExpand all lines: django_test_suite.sh
+1-1
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.