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

Writing the commit no to a text file #21546

Merged
merged 9 commits into from
Oct 2, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tools/configure_framework_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ COMMIT_NO=`git log --before="$LATEST_COMMIT_TIME_ENGINE" -n 1 | grep commit | cu
echo "Using the flutter/flutter commit $COMMIT_NO";
git reset --hard $COMMIT_NO

# Set commit no to an env variable.
export FLUTTER_REF=$COMMIT_NO

# Print out the flutter version for troubleshooting
$FLUTTER_CLONE_REPO_PATH/bin/flutter --version