From 88bc1507220a969ba205023fea1ec51b287adf18 Mon Sep 17 00:00:00 2001 From: Lukas Lihotzki Date: Mon, 29 Mar 2021 13:36:32 +0200 Subject: [PATCH] ci: allow explanatory comments in pubspec.yaml --- .gitlab-ci.yml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd20fab3..9e5646f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 9c48367b..95949141 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,4 +33,4 @@ dev_dependencies: pedantic: ^1.11.0 dapackages: ^1.4.0 #flutter_test: - # sdk: flutter + #sdk: flutter