mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 12:40:16 -05:00
8b7c9742a4
It was using a file watcher which was causing us to run out of inodes on our Jenkins build. Instead, use flow-copy-source which does the same copying without a file wathcer (we no longer used the --watch flag anyway).