Skip to content

Commit a556bb5

Browse files
committed
mirror-snapshots: somehow one was missing, let's quickly fix this
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7ffdd11 commit a556bb5

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/mirror-snapshots.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,8 @@ jobs:
1919
run: |
2020
set -x
2121
22-
start_after="$(gh api repos/git-for-windows/git-snapshots/releases/latest --jq '.tag_name')"
2322
mirror_one() {
24-
if test -n "$start_after"
25-
then
26-
if test "$start_after" = "$tag_name"
27-
then
28-
start_after=
29-
fi
30-
return 0
31-
fi
23+
test "$tag_name" = "2.32.0.2" || return 0
3224
3325
for file in $files
3426
do
@@ -251,6 +243,7 @@ jobs:
251243
-e 's/05b33ec50bb8fdcb5d9714e062763507348dc4f9/37f0a4afad027cf030747a1ef45537ba86162960/' \
252244
-e '421,427d' -e '442,448d' -e '750,756d' -e '1464,1470d' \
253245
-e '2650,2657d' -e '3130,3145d' -e '3490,3497d' \
246+
-e '1,1463d' -e '1470q' \
254247
-e '/<h2/{
255248
# First, extract the date and the commit
256249
s/.*<h2 id="\([^"]*\)">\([^<]*\).*\/commit\/\([0-9a-f]*\).*/date="\2" \&\& commit=\3 \&\& /p

0 commit comments

Comments
 (0)