Skip to content

Commit a4f5cc7

Browse files
committed
Switch Django clone to HuaweiCloudDeveloper repo
1 parent be63934 commit a4f5cc7

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)