Skip to content

Commit

Permalink
Started deleting .DS_Store files so licenses can run on mac os x. (fl…
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke authored and Emmanuel Garcia committed Mar 10, 2020
1 parent 3b018bb commit 95ba23d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/licenses.sh
Expand Up @@ -9,6 +9,9 @@ exitStatus=0

dart --version

# These files trip up the script on Mac OS X.
find . -name ".DS_Store" -exec rm {} \;

(cd flutter/tools/licenses; pub get; dart --enable-asserts lib/main.dart --src ../../.. --out ../../../out/license_script_output --golden ../../ci/licenses_golden)

for f in out/license_script_output/licenses_*; do
Expand Down

0 comments on commit 95ba23d

Please sign in to comment.