Skip to content
Snippets Groups Projects
Commit 37579606 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

2 directory levels, not 3

parent d8a70de8
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,7 @@ IFS_BAK=
}
SETTINGS_FILE=$(find $BUILD_DIR/. -maxdepth 3 -type f -name 'settings.py' | head -1)
SETTINGS_FILE=$(find $BUILD_DIR/. -maxdepth 2 -type f -name 'settings.py' | head -1)
[ -n "$SETTINGS_FILE" ] && ( list_requirements $BUILD_DIR/requirements.txt | grep -Fiq "django" ) && echo Python/Django || echo Python
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment