mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Fixed bug that split cannot work with .github
(#7089)
This commit is contained in:
parent
d1f34b6f90
commit
09be42f8aa
@ -24,6 +24,7 @@ if [[ $# -eq 0 ]]; then
|
||||
REPOS=$(ls $BASEPATH)
|
||||
fi
|
||||
|
||||
remote .github git@github.com:hyperf/.github.git
|
||||
split "src/.github" "git@github.com:hyperf/.github.git"
|
||||
|
||||
for REPO in $REPOS ; do
|
||||
|
@ -24,6 +24,7 @@ if [[ $# -eq 0 ]]; then
|
||||
REPOS=$(ls $BASEPATH)
|
||||
fi
|
||||
|
||||
remote .github git@github.com:hyperf/.github.git
|
||||
split "src/.github" "git@github.com:hyperf/.github.git"
|
||||
|
||||
for REPO in $REPOS ; do
|
||||
|
Loading…
Reference in New Issue
Block a user