Skip to content

Commit 2497dfb

Browse files
committed
ci: Remove --depth=1000 in doing Flutter clone, to be added back later
Related: #1204
1 parent c5cbf58 commit 2497dfb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
distribution: temurin
1919

2020
- name: Clone Flutter SDK
21-
# We can't do a depth-1 clone, because we need the most recent tag
22-
# so that Flutter knows its version and sees the constraint in our
23-
# pubspec is satisfied. It's uncommon for flutter/flutter to go
24-
# more than 100 commits between tags. Fetch 1000 for good measure.
21+
# TODO(#1204) reinstate shallow clone with --depth=1000 and its corresponding comment here
2522
run: |
2623
git clone -b main https://github.com/flutter/flutter ~/flutter
2724
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local

0 commit comments

Comments
 (0)