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