1 parent 347bca0 commit aefde88Copy full SHA for aefde88
1 file changed
bin/detect
@@ -3,7 +3,7 @@
3
4
BUILD_DIR=$1
5
6
-if [ ! -f $BUILD_DIR/requirements.txt ] || [ ! -f $BUILD_DIR/setup.py ]; then
+if [ ! -f $BUILD_DIR/requirements.txt ] && [ ! -f $BUILD_DIR/setup.py ]; then
7
exit 1
8
fi
9
0 commit comments