remove docker-in-docker - use volumes

This commit is contained in:
will Farrell
2017-02-12 16:57:19 -07:00
parent 816d1f0fd5
commit aa36fb61ef
5 changed files with 14 additions and 9 deletions

View File

@ -156,8 +156,12 @@ function build_crontab() {
# Used to pass json to functions - total hack, I know
TMP_JSON=
if [ "$1" = "crond" ] && [ -f ${CONFIG} ]; then
build_crontab
if [ "$1" = "crond" ]; then
if [ -f ${CONFIG} ]; then
build_crontab
else
echo "Unable to find ${HOME_DIR}/config.json"
fi
fi
echo "$@"