This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ PLUGIN_SHARDING=($PLUGIN_SHARDING)
4343
4444if [[ " ${BRANCH_NAME} " == " master" ]]; then
4545 echo " Running for all packages"
46- (cd " $REPO_DIR " && $PUB global run flutter_plugin_tools " ${ACTIONS[@]} " ${PLUGIN_SHARDING[@]} ) --enable-experiment=non-nullable
46+ (cd " $REPO_DIR " && $PUB global run flutter_plugin_tools " ${ACTIONS[@]} " ${PLUGIN_SHARDING[@]} --enable-experiment=non-nullable)
4747else
4848 # Sets CHANGED_PACKAGES
4949 check_changed_packages
5050
5151 if [[ " $CHANGED_PACKAGES " == " " ]]; then
5252 echo " No changes detected in packages."
5353 echo " Running for all packages"
54- (cd " $REPO_DIR " && $PUB global run flutter_plugin_tools " ${ACTIONS[@]} " ${PLUGIN_SHARDING[@]} ) --enable-experiment=non-nullable
54+ (cd " $REPO_DIR " && $PUB global run flutter_plugin_tools " ${ACTIONS[@]} " ${PLUGIN_SHARDING[@]} --enable-experiment=non-nullable)
5555 else
5656 echo running " ${ACTIONS[@]} "
5757 (cd " $REPO_DIR " && $PUB global run flutter_plugin_tools " ${ACTIONS[@]} " --plugins=" $CHANGED_PACKAGES " ${PLUGIN_SHARDING[@]} )
You can’t perform that action at this time.
0 commit comments