mirror of
https://gitee.com/johng/gf
synced 2026-07-06 21:45:34 +08:00
fix: 修正ci-main.sh中的拼写错误
This commit is contained in:
2
.github/workflows/scripts/ci-main.sh
vendored
2
.github/workflows/scripts/ci-main.sh
vendored
@ -19,7 +19,7 @@ for file in `find . -name go.mod`; do
|
||||
continue 1
|
||||
fi
|
||||
|
||||
# package kuhecm was moved to sub ci procedure.
|
||||
# package kubecm was moved to sub ci procedure.
|
||||
if [ "kubecm" = $(basename $dirpath) ]; then
|
||||
continue 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user