make compatible with dokku checks plugin

This commit is contained in:
Michael Hobbs 2014-12-20 16:53:34 -08:00
parent 548f6a84d6
commit e343961ea8
1 changed files with 4 additions and 3 deletions

View File

@ -25,6 +25,7 @@ mkdir -p $CACHE_DIR/www
mv $BUILD_DIR/* $CACHE_DIR/www
mkdir -p $BUILD_DIR/www
mv $CACHE_DIR/www/* $BUILD_DIR/www
[[ -f "$BUILD_DIR/www/CHECKS" ]] && mv $BUILD_DIR/www/CHECKS $BUILD_DIR
rm -rf $CACHE_DIR/www
cd $CACHE_DIR