Skip to content

Commit 1f54075

Browse files
committed
wasm-rebuild: Print tags that will be processed
1 parent 42ac3b2 commit 1f54075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/wasm-rebuild/docker-scripts/rebuild_tags.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ wget -q "${RELEASE_COMMIT_LIST_URL}" -O /tmp/release_commit_list.txt
240240

241241
cd /src
242242
TAGS=$(git tag --list "${TAG_FILTER}" | tac)
243+
echo "Matching tags: ${TAGS}"
243244
for TAG in ${TAGS}; do
244245
process_tag "${TAG}"
245246
done

0 commit comments

Comments
 (0)