From a57d598b57b04862a947ac903c53f6fef2875c93 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Wed, 12 Jan 2022 08:54:54 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 45 ++++++++++----------------------------------- CHANGELOG.md | 3 ++- manifest.json | 8 +++++--- 3 files changed, 17 insertions(+), 39 deletions(-) diff --git a/.drone.yml b/.drone.yml index 406b920..4be8218 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,13 +19,11 @@ volumes: steps: - name: restore-cache image: drillster/drone-volume-cache + restore: true + mount: + - ./node_modules volumes: - - name: cache - path: /cache - settings: - restore: true - mount: - - ./node_modules + - /var/local/drone-cache:/cache - name: build image: node:latest @@ -34,18 +32,17 @@ steps: - name: cache path: /root/.m2 commands: + - npm config set registry http://registry.npm.taobao.org - npm i - npm run build:dev - name: rebuild-cache image: drillster/drone-volume-cache + rebuild: true + mount: + - ./node_modules volumes: - - name: cache - path: /cache - settings: - rebuild: true - mount: - - ./node_modules + - /var/local/drone-cache:/cache - name: deploy-scp image: appleboy/drone-scp @@ -91,7 +88,7 @@ steps: password: #邮箱密码 from_secret: orgsecret_password_mail_devops from: devops@ccsens.com - recipients: weizezhao@ccsens.com #收件人,多个用,隔开 + recipients: fengjun@ccsens.com #收件人,多个用,隔开 when: #执行条件 status: - success @@ -124,25 +121,3 @@ steps: trigger: branch: develop - # - name: notify-dingtalk - # image: lddsb/drone-dingtalk-message - # environment: - # PASSWORD: - # from_secret: password_mail_devops - # settings: - # token: your-dingtalk-robot-access-token - # type: markdown - # message_color: true - # message_pic: true - # sha_link: true - - # -name: notify-slack - # image: plugins/slack - # webhook: https://hooks.slack.com/ www.dijiuyy.com services/xxx/xxx/xxx - # channel: dev - # template: > - # {{#success build.status}} - # build {{build.number}} succeeded. Good job. - # {{else}} - # build {{build.number}} failed. Fix me please. - # {{/success}} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3f357..cc48ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.0 (2022-01-11) +# 1.0.0 (2022-01-12) ### 🌟 新功能 范围|描述|commitId @@ -40,6 +40,7 @@ ### 📦 持续集成 范围|描述|commitId --|--|-- + - | 修改.drone.yml | [f5b52e3](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/f5b52e3) - | 添加drone.yml | [9fbae89](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/9fbae89) diff --git a/manifest.json b/manifest.json index 5dc57cd..1dd6e2c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name" : "tall-4-project", - "appid" : "__UNI__1EC8558", + "name" : "时物链条", + "appid" : "__UNI__3CBCFFF", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", @@ -43,7 +43,9 @@ /* ios打包配置 */ "ios" : {}, /* SDK配置 */ - "sdkConfigs" : {} + "sdkConfigs" : { + "ad" : {} + } } }, /* 快应用特有相关 */