-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jay
committed
Jan 7, 2025
1 parent
8eb1b93
commit 0d96c1e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
export PATH=$PATH:$ROOT_DIR/depot_tools | ||
cd engine | ||
git config --global user.email "[email protected]" && git config --global user.name "reflutter" | ||
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -l) | ||
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -b) | ||
git reset --hard FETCH_HEAD | ||
reflutter -b ${{env.SNAPSHOT_HASH}} | ||
echo 'reflutter' > REFLUTTER | ||
|
@@ -93,7 +93,7 @@ jobs: | |
export PATH=$PATH:$ROOT_DIR/depot_tools | ||
cd engine | ||
git config --global user.email "[email protected]" && git config --global user.name "reflutter" | ||
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -l) | ||
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -b) | ||
git reset --hard FETCH_HEAD | ||
reflutter -b ${{env.SNAPSHOT_HASH}} -p | ||
echo 'reflutter' > REFLUTTER | ||
|