Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 158e18b

Browse filesBrowse files
committed
Use Flutter pub get for auto roller
1 parent a9dba38 commit 158e18b
Copy full SHA for 158e18b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎dev/conductor/bin/packages_autoroller

Copy file name to clipboardExpand all lines: dev/conductor/bin/packages_autoroller
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ PROG_NAME="$(follow_links "${BASH_SOURCE[0]}")"
3939
BIN_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)"
4040
REPO_DIR="$BIN_DIR/../../.."
4141
DART_BIN="$REPO_DIR/bin/dart"
42+
FLUTTER_BIN="$REPO_DIR/bin/flutter"
4243

4344
# Ensure pub get has been run in the repo before running the conductor
44-
(cd "$REPO_DIR/dev/conductor/core"; "$DART_BIN" pub get 1>&2)
45+
(cd "$REPO_DIR/dev/conductor/core"; "$FLUTTER_BIN" pub get 1>&2)
4546

4647
exec "$DART_BIN" --enable-asserts "$REPO_DIR/dev/conductor/core/bin/packages_autoroller.dart" "$@"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.