Commit d3deb6c6 authored by Noah Zoschke's avatar Noah Zoschke

copy tweak

parent cc47d0aa
...@@ -21,7 +21,7 @@ cd $BUILD_DIR ...@@ -21,7 +21,7 @@ cd $BUILD_DIR
# reject a non-packaged Django app # reject a non-packaged Django app
if [ "$NAME" = "Python" ]; then if [ "$NAME" = "Python" ]; then
[ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app be in a package subdirectory"; exit 1; } [ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app must be in a package subdirectory"; exit 1; }
fi fi
# copy artifacts out of cache if exists # copy artifacts out of cache if exists
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment