feat(shorebird_cli): scope Flutter installations by revision (#1007)

This commit is contained in:
Felix Angelov
2023-08-03 11:08:59 -05:00
committed by GitHub
parent 6b50023b64
commit 5c04a68df1
27 changed files with 161 additions and 56 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ function shared::execute() {
SNAPSHOT_PATH="$SHOREBIRD_ROOT/bin/cache/shorebird.snapshot"
STAMP_PATH="$SHOREBIRD_ROOT/bin/cache/shorebird.stamp"
SCRIPT_PATH="$SHOREBIRD_CLI_DIR/bin/shorebird.dart"
FLUTTER_PATH="$SHOREBIRD_ROOT/bin/cache/flutter"
FLUTTER_PATH="$SHOREBIRD_ROOT/bin/cache/flutter/$FLUTTER_VERSION"
export DART_PATH="$FLUTTER_PATH/bin/cache/dart-sdk/bin/dart"
# Test if running as superuser but don't warn if running within Docker or CI.