File tree 2 files changed +2
-2
lines changed
Filter options
2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export RUNNING_SPANNER_BACKEND_TESTS=1
44
44
45
45
pip3 install .
46
46
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
48
48
49
49
# Install dependencies for Django tests.
50
50
sudo apt-get update
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ mkdir -p $DJANGO_TESTS_DIR
18
18
if [ $SPANNER_EMULATOR_HOST != 0 ]
19
19
then
20
20
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
22
22
fi
23
23
24
24
# Install dependencies for Django tests.
You can’t perform that action at this time.
0 commit comments