We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e58134 commit ff9e245Copy full SHA for ff9e245
production/mempool-build-all
@@ -40,7 +40,7 @@ update_repo()
40
git fetch origin || exit 1
41
for remote in origin;do
42
git remote add "${remote}" "https://github.com/${remote}/mempool" >/dev/null 2>&1
43
- git fetch "${remote}" || exit 1
+ git fetch "${remote}" --tags || exit 1
44
done
45
46
if [ $(git tag -l "${REF}") ];then
0 commit comments