Breakup duplicate check 1
This commit is contained in:
parent
469ef136f2
commit
75be6fba79
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +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 | tr '\n' '\t' > missing_tags
|
cat upstream_tags destination_tags | tr ' ' '\n'
|
||||||
echo "Upstream tags:"
|
echo "Upstream tags:"
|
||||||
cat upstream_tags
|
cat upstream_tags
|
||||||
echo "Destination tags:"
|
echo "Destination tags:"
|
||||||
|
|
Loading…
Reference in a new issue