Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 3cf307d

Browse files
committed
fi
1 parent 0d18153 commit 3cf307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flutter_stable_skip_web_template: &FLUTTER_STABLE_SKIP_WEB_TEMPLATE
2626
remove_web_plugins_script:
2727
# TODO(jackson): Allow web plugins once supported on stable
2828
# https://github.com/flutter/flutter/issues/42864
29-
- find . | grep _web$ | xargs rm -rf; fi
29+
- find . | grep _web$ | xargs rm -rf
3030

3131
task:
3232
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''

0 commit comments

Comments
 (0)