Skip to content

Commit 1cc552a

Browse files
committed
change test.sh
1 parent bc49fa7 commit 1cc552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
DJANGO_VERSION="$(python -m django --version)"
99

10-
cd /opt/django-source
10+
cd django
1111
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1212
git checkout $DJANGO_VERSION
1313
pip install -r tests/requirements/py3.txt

0 commit comments

Comments
 (0)