Skip to content

Commit

Permalink
fix: Replace, fast-forward Django CI branch (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Feb 4, 2021
1 parent 5f946d2 commit 5d65e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion django_test_suite.sh
Expand Up @@ -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.
Expand Down

0 comments on commit 5d65e3f

Please sign in to comment.