ci: allow explanatory comments in pubspec.yaml

This commit is contained in:
Lukas Lihotzki 2021-03-29 13:36:32 +02:00
parent a4eeb1239e
commit 88bc150722
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ coverage:
- apt install -y curl gnupg2 git unzip
- git clone https://github.com/flutter/flutter.git -b stable
- export PATH="$PATH:`pwd`/flutter/bin"
- sed -i s/#//g pubspec.yaml
- sed -i 's/#\([^ ]\)/\1/g' pubspec.yaml
- flutter doctor
- apt update
- apt install -y lcov libolm3 sqlite3 libsqlite3-dev