Browse Source

fix merge

master
Guillermo Rauch 8 years ago
parent
commit
2c245a5cab
  1. 2
      lib/get-files.js

2
lib/get-files.js

@ -136,8 +136,6 @@ async function docker(path, {
// convert all filenames into absolute paths
const search = search_.map(file => asAbsolute(file, path))
const dockerIgnore = await maybeRead(resolve(path, '.dockerignore'), null)
// compile list of ignored patterns and files
const dockerIgnore = await maybeRead(resolve(path, '.dockerignore'), null)

Loading…
Cancel
Save