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