From 06038e853a5578f858cfd4968ad6c583d5478e33 Mon Sep 17 00:00:00 2001 From: isboyjc <214930661@qq.com> Date: Tue, 6 Feb 2024 04:32:28 +0800 Subject: [PATCH] =?UTF-8?q?config=F0=9F=94=A7:=20update=20recipients?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index da9d68a..640b156 100644 --- a/.drone.yml +++ b/.drone.yml @@ -104,11 +104,17 @@ steps: from_secret: mail_username recipients: - lijianchao@sentenceend.com - - biankunchao@sentenceend.com + # - biankunchao@sentenceend.com subject: Drone CI Build or Deployment(${DRONE_REPO}) body: |- 仓库 ${DRONE_REPO} 在 ${DRONE_BRANCH} 分支触发了 ${DRONE_BUILD_EVENT} 事件,提交信息 ${DRONE_COMMIT_MESSAGE} ,构建和发布 ${DRONE_BUILD_STATUS}! +# 挂载本地磁盘路径 +volumes: + - name: cache + host: + path: /tmp/drone-cache + trigger: branch: - main