task
CI / changes (push) Successful in 37s
CI / ad (push) Successful in 35s
CI / admin (push) Successful in 30s
CI / bff (push) Successful in 11s
CI / chore (push) Successful in 32s
CI / express (push) Successful in 11s
CI / product (push) Successful in 34s
CI / sale (push) Successful in 33s
CI / task (push) Successful in 38s
CI / user (push) Successful in 33s
CI / wecom (push) Successful in 32s
CI / changes (push) Successful in 37s
CI / ad (push) Successful in 35s
CI / admin (push) Successful in 30s
CI / bff (push) Successful in 11s
CI / chore (push) Successful in 32s
CI / express (push) Successful in 11s
CI / product (push) Successful in 34s
CI / sale (push) Successful in 33s
CI / task (push) Successful in 38s
CI / user (push) Successful in 33s
CI / wecom (push) Successful in 32s
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Detect changes
|
||||
id: filter
|
||||
run: |
|
||||
SERVICES="bff product admin user ad chore express sale wecom"
|
||||
SERVICES="bff product admin user ad chore express sale wecom task"
|
||||
|
||||
pattern_for() {
|
||||
case "$1" in
|
||||
@@ -90,6 +90,7 @@ jobs:
|
||||
- express
|
||||
- sale
|
||||
- wecom
|
||||
- task
|
||||
env:
|
||||
BUILD_LIST: ${{ needs.changes.outputs.build_list }}
|
||||
NAME: lone/${{ matrix.name }}
|
||||
|
||||
@@ -14,6 +14,7 @@ function _M.access(conf, ctx)
|
||||
["/api/v3/login"] = true,
|
||||
["/admin/v3/login"] = true,
|
||||
["/admin/v3/refresh"] = true,
|
||||
["/api/v3/version"] = true,
|
||||
}
|
||||
|
||||
local user_key = core.request.header(ctx, "authorization")
|
||||
|
||||
@@ -25,6 +25,7 @@ import (
|
||||
"google.golang.org/grpc/reflection"
|
||||
)
|
||||
|
||||
// 配置
|
||||
var configFile = flag.String("f", "etc/task.yaml", "the config file")
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user