Dont init
This commit is contained in:
parent
558bb73c4f
commit
cf9634b87f
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ jobs:
|
||||||
cat missing_tags
|
cat missing_tags
|
||||||
- name: Missing tag fetch
|
- name: Missing tag fetch
|
||||||
run: |
|
run: |
|
||||||
git init .
|
|
||||||
git remote add upstream $upstream
|
git remote add upstream $upstream
|
||||||
while read tag; do
|
while read tag; do
|
||||||
git fetch upstream tag $tag --no-tags
|
git fetch upstream tag $tag --no-tags
|
||||||
|
|
Loading…
Reference in a new issue