mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
wasm-rebuild: Print tags that will be processed
This commit is contained in:
parent
42ac3b29b4
commit
1f5407521a
@ -240,6 +240,7 @@ wget -q "${RELEASE_COMMIT_LIST_URL}" -O /tmp/release_commit_list.txt
|
|||||||
|
|
||||||
cd /src
|
cd /src
|
||||||
TAGS=$(git tag --list "${TAG_FILTER}" | tac)
|
TAGS=$(git tag --list "${TAG_FILTER}" | tac)
|
||||||
|
echo "Matching tags: ${TAGS}"
|
||||||
for TAG in ${TAGS}; do
|
for TAG in ${TAGS}; do
|
||||||
process_tag "${TAG}"
|
process_tag "${TAG}"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user