Skip to content

Commit 57f03df

Browse files
committed
Switch to cloning Django from HuaweiCloudDeveloper repository
1 parent 85ce1b6 commit 57f03df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_test_suite.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ pip3 install -e .
1616
pip3 install -r requirements/gaussdb.txt
1717

1818
if [ ! -d "$DJANGO_TESTS_DIR/django" ]; then
19-
git clone --depth 1 --branch $DJANGO_VERSION https://github.com/pangpang20/django.git $DJANGO_TESTS_DIR/django
20-
# git clone --depth 1 --branch $DJANGO_VERSION https://github.com/HuaweiCloudDeveloper/django.git $DJANGO_TESTS_DIR/django
19+
git clone --depth 1 --branch $DJANGO_VERSION https://github.com/HuaweiCloudDeveloper/django.git $DJANGO_TESTS_DIR/django
2120
if [ $? -ne 0 ]; then
2221
echo "ERROR: git clone failed"
2322
exit 1

0 commit comments

Comments
 (0)