This commit is contained in:
@ -65,8 +65,8 @@ steps: # 定义管道的执行步骤
|
|||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
depends_on: [build-image]
|
depends_on: [build-image]
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /cache
|
path: /cache
|
||||||
settings:
|
settings:
|
||||||
rebuild: true
|
rebuild: true
|
||||||
mount:
|
mount:
|
||||||
|
@ -41,6 +41,9 @@ function cookInit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function dealCommon(data) {
|
function dealCommon(data) {
|
||||||
|
for (let i of data.keys()) {
|
||||||
|
logger(data[i])
|
||||||
|
}
|
||||||
logger('开始处理指令')
|
logger('开始处理指令')
|
||||||
logger(data)
|
logger(data)
|
||||||
const [commandText, ...contentText] = data.text.trim().split(' ');
|
const [commandText, ...contentText] = data.text.trim().split(' ');
|
||||||
|
Reference in New Issue
Block a user