rsync git directories into kube-build

This commit is contained in:
Christoph Blecker
2017-05-23 22:39:03 -07:00
parent e89ab20ceb
commit d3b838b608
3 changed files with 10 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ port = 8730
secrets file = ${SECRETS}
read only = false
path = ${VOLUME}
filter = - /.make/ - /.git/ - /_tmp/
filter = - /.make/ - /_tmp/
EOF
exec /usr/bin/rsync --no-detach --daemon --config="${CONFFILE}" "$@"