Skip to content

Commit ff9e245

Browse files
committed
ops: Tweak build script to support tags
1 parent 4e58134 commit ff9e245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

production/mempool-build-all

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ update_repo()
4040
git fetch origin || exit 1
4141
for remote in origin;do
4242
git remote add "${remote}" "https://github.com/${remote}/mempool" >/dev/null 2>&1
43-
git fetch "${remote}" || exit 1
43+
git fetch "${remote}" --tags || exit 1
4444
done
4545

4646
if [ $(git tag -l "${REF}") ];then

0 commit comments

Comments
 (0)