Skip to content

Navigation Menu

Sign in
Appearance settings

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 869ec88

Browse filesBrowse files
committed
Use django/stable/2.2.x branch in CI
1 parent 5f946d2 commit 869ec88
Copy full SHA for 869ec88

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-1Lines 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 "stable/2.2.x" https://github.com/django/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-1Lines 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 "stable/2.2.x" https://github.com/django/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.