Remote final tr
This commit is contained in:
parent
d0232196ef
commit
2c90c6b5e2
1 changed files with 1 additions and 5 deletions
|
@ -23,11 +23,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git ls-remote $upstream "refs/tags/$tags" | grep -v '{' | sed 's|.*/||' > upstream_tags
|
git ls-remote $upstream "refs/tags/$tags" | grep -v '{' | sed 's|.*/||' > upstream_tags
|
||||||
git ls-remote $destination "refs/tags/$tags" | grep -v '{' | sed 's|.*/||' > destination_tags
|
git ls-remote $destination "refs/tags/$tags" | grep -v '{' | sed 's|.*/||' > destination_tags
|
||||||
cat upstream_tags destination_tags | tr ' ' '\n' | sort | uniq -u
|
cat upstream_tags destination_tags | tr ' ' '\n' | sort | uniq -u > missing_tags
|
||||||
echo "Upstream tags:"
|
|
||||||
cat upstream_tags
|
|
||||||
echo "Destination tags:"
|
|
||||||
cat destination_tags
|
|
||||||
echo "Missing tags:"
|
echo "Missing tags:"
|
||||||
cat missing_tags
|
cat missing_tags
|
||||||
- name: Fetching missing tags
|
- name: Fetching missing tags
|
||||||
|
|
Loading…
Reference in a new issue