We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ce1b6 commit 57f03dfCopy full SHA for 57f03df
django_test_suite.sh
@@ -16,8 +16,7 @@ pip3 install -e .
16
pip3 install -r requirements/gaussdb.txt
17
18
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
+ git clone --depth 1 --branch $DJANGO_VERSION https://github.com/HuaweiCloudDeveloper/django.git $DJANGO_TESTS_DIR/django
21
if [ $? -ne 0 ]; then
22
echo "ERROR: git clone failed"
23
exit 1
0 commit comments