From 556a464152d0593fa28c57feace000385c518f4c Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 13:44:55 +0800 Subject: [PATCH 01/13] test drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e191502e..725e1f6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,12 +11,12 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 commands: + - dotnet nuget locals global-packages --list - cd ./build - chmod 755 ./build.sh - ./build.sh - echo "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}\n">./publish/version.txt - echo ${DRONE_COMMIT_MESSAGE}>./publish/version.txt - - ls publish - name: publish image: plugins/s3 @@ -47,7 +47,7 @@ steps: - mkdir publish - name: deploy-scp - image: axute/drone-sftp + image: appleboy/drone-scp settings: host: dev.ccwin-in.com port: 16085 From 5f4d4ac6f7b95d5ba32eb2a6d372c50bcc7d47f4 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 13:56:57 +0800 Subject: [PATCH 02/13] test drone --- .drone.yml | 2 +- build/build.cmd | 2 +- build/build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 725e1f6d..0bda1095 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,12 +11,12 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - dotnet nuget locals global-packages --list - cd ./build - chmod 755 ./build.sh - ./build.sh - echo "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}\n">./publish/version.txt - echo ${DRONE_COMMIT_MESSAGE}>./publish/version.txt + - dotnet nuget locals global-packages --list - name: publish image: plugins/s3 diff --git a/build/build.cmd b/build/build.cmd index 4e19d595..6ef4d1f3 100644 --- a/build/build.cmd +++ b/build/build.cmd @@ -1 +1 @@ -dotnet publish -c Release -r win-x64 ../code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host -o ./publish +dotnet publish -v normal -c Release -r win-x64 ../code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host -o ./publish diff --git a/build/build.sh b/build/build.sh index 0e2287b2..6ef4d1f3 100644 --- a/build/build.sh +++ b/build/build.sh @@ -1 +1 @@ -dotnet publish -v diag -c Release -r win-x64 ../code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host -o ./publish +dotnet publish -v normal -c Release -r win-x64 ../code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host -o ./publish From 0ac026c77b3c51d31238e7477672a2f31e6b05e7 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 14:06:34 +0800 Subject: [PATCH 03/13] test drone --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0bda1095..bd43edd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,18 @@ platform: arch: amd64 os: linux +volumes: + - name: cache + host: + path: /root/cache + steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 + volumes: + - name: cache + host: + path: /root/.nuget/packages commands: - cd ./build - chmod 755 ./build.sh From e90af5d86b9e6e85fd7f2d918df17e187fc20171 Mon Sep 17 00:00:00 2001 From: mahao Date: Wed, 20 Sep 2023 14:07:34 +0800 Subject: [PATCH 04/13] up --- .../Entities/BQ/Dtos/PUB_SA_DTO.cs | 18 ------- .../Entities/BQ/HBPO_SA_SERVICE.cs | 25 +++++++++ .../Entities/BQ/PUB_SA_SERVICE.cs | 53 ++++++++++++------- 3 files changed, 59 insertions(+), 37 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/PUB_SA_DTO.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/PUB_SA_DTO.cs index 05c823fd..a45bb22d 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/PUB_SA_DTO.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/PUB_SA_DTO.cs @@ -179,7 +179,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos [Display(Name = "结算日期")] [ImporterHeader(Name = "零件时间")] public DateTime SettleDate { set; get; } - /// /// 客户零件号 /// @@ -187,7 +186,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos [Required(ErrorMessage = "{0}不能为空")] [ImporterHeader(Name = "零件号")] public string LU { get; set; } - /// /// 生产号 /// @@ -195,14 +193,12 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos [ImporterHeader(Name = "交付识别号")] [Required(ErrorMessage = "{0}不能为空")] public string PN { get; set; } - /// /// 数量 /// [Display(Name = "数量")] [ImporterHeader(Name = "数量")] public decimal Qty { get; set; } - /// /// 结算分组号 /// @@ -210,7 +206,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos [ImporterHeader(Name = "凭证号")] [Required(ErrorMessage = "{0}不能为空")] public string GroupNum { get; set; } - /// /// 采购订单号 /// @@ -230,91 +225,78 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos [Display(Name = "交货号")] [ImporterHeader(Name = "交货号")] public string DeliveryNumber { set; get; } - /// /// 发票号 /// [Display(Name = "发票号")] [ImporterHeader(Name = "发票号")] public string InvoiceNumber { set; get; } - /// /// 开票日期 /// [Display(Name = "开票日期")] [ImporterHeader(Name = "开票日期")] public DateTime? MakeDate { set; get; } - /// /// 供应商代码 /// [Display(Name = "供应商代码")] [ImporterHeader(Name = "供应商代码")] public string VendorCode { set; get; } - /// /// 供应商名称 /// [Display(Name = "供应商名称")] [ImporterHeader(Name = "供应商名称")] public string VendorName { set; get; } - /// /// 交付索引号 /// [Display(Name = "交付索引号")] [ImporterHeader(Name = "交付索引号")] public string DeliveryIndexNumber { set; get; } - /// /// 零件名称 /// [Display(Name = "零件名称")] [ImporterHeader(Name = "零件名称")] public string PartName { set; get; } - /// /// 价格 /// [Display(Name = "价格")] [ImporterHeader(Name = "价格")] public decimal? Price { set; get; } - /// /// 金额 /// [Display(Name = "金额")] [ImporterHeader(Name = "金额")] public decimal? Amount { set; get; } - /// /// 税额 /// [Display(Name = "税额")] [ImporterHeader(Name = "税额")] public decimal? Tallage { set; get; } - /// /// 价税合计 /// [Display(Name = "价税合计")] [ImporterHeader(Name = "价税合计")] public decimal? Total { set; get; } - /// /// 协议编号 /// [Display(Name = "协议编号")] [ImporterHeader(Name = "协议编号")] public string ProtocolNumber { set; get; } - /// /// 备注 /// [Display(Name = "备注")] [ImporterHeader(Name = "备注")] public string Remark { set; get; } - /// /// 商品组 /// diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/HBPO_SA_SERVICE.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/HBPO_SA_SERVICE.cs index cdb8b58a..b80129eb 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/HBPO_SA_SERVICE.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/HBPO_SA_SERVICE.cs @@ -113,6 +113,9 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// 导入 /// + /// + /// JisHBPO、买单件HBPO结算数据导入 + /// [HttpPost] public async Task ImportAsync([FromForm] HBPOSaImportRequestDto hbpoSaImportRequestDto) { @@ -152,6 +155,12 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// 删除 /// + /// + /// 同时删除 + /// 结算主表、明细表 + /// 可结算主表、明细表 + /// 不可结算明细表(不可结算没主表) + /// [HttpPost] public async Task DeleteListAsync(List ids) { @@ -311,6 +320,13 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// Insert结算数据 /// + /// + /// 匹配价格 + /// * 根据客户编码、业务、零件号、时间匹配价格 + /// 匹配对应的厂内零件号 + /// 结算数据入库 + /// * 入库 结算主表、结算明细表、可结算主表、可结算明细表、不可结算明细表 + /// private async Task InsertSaDataAsync(List hbpoSaDetails, string place) { var site = "104T"; @@ -425,6 +441,11 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// 获取结算关联项 /// + /// + /// 根据结算主表Id获取关联的结算主表、结算明细表、可结算主表、可结算明细表、不可结算明细表要删除的数据 + /// 验证可结算主表状态 + /// 只有可结算主表状态为未结状态时才可以删除结算数据 + /// private async Task<(List hbpoSas, List hbpoSaDetails, List hbpoCanSas, List hbpoCanSaDetails, List hbpoNotSaDetails)> GetHBPOSaDelItemsAsync(Guid id) { //结算主表 @@ -463,6 +484,10 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// 数据校验 /// + /// + /// 验证结算分组号是否已存在 + /// 验证导入的零件号在客户-厂内零件号关系表中是否存在 + /// private async Task> CheckAsync(List hbpoSaDetails) { #region 数据校验 diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/PUB_SA_SERVICE.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/PUB_SA_SERVICE.cs index 1416d7de..769db98b 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/PUB_SA_SERVICE.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/PUB_SA_SERVICE.cs @@ -176,7 +176,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// 同时删除 /// 结算主表、明细表 /// 可结算主表、明细表 - /// 不可结算明细表(不可结算又没主表) + /// 不可结算明细表(不可结算没主表) /// [HttpPost] public async Task DeleteListAsync(List ids) @@ -243,7 +243,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// 导入数据过滤 /// * 筛选 Vendor 为15663496的数据 - /// HandleSaDetails方法处理导入的数据 /// private async Task ImportZhiGongJianBBACAsync([FromForm] IFormFileCollection files) { @@ -276,6 +275,9 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// 直供件HBPO导入 /// + /// + /// 截取结算分组号前8位为结算日期 + /// private async Task ImportZhiGongJianHBPOAsync([FromForm] IFormFileCollection files) { #region 导入数据转换 @@ -343,6 +345,10 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// 印度件导入 /// + /// + /// 导入数据过滤 + /// * 筛选 Supplier 为15663496的数据 + /// private async Task ImportYinDuJianAsync([FromForm] IFormFileCollection files) { #region 导入数据转换 @@ -376,7 +382,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// /// 验证结算分组号是否已存在 - /// 验证 + /// 验证导入的零件号在客户-厂内零件号关系表中是否存在 /// private async Task> CheckAsync(List pubSaDetails) { @@ -460,21 +466,18 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// Insert结算数据 /// + /// + /// 匹配价格 + /// * 根据客户编码、业务、零件号、时间匹配价格 + /// 匹配对应的厂内零件号 + /// private async Task InsertSaDataAsync(List pubSaDetails, EnumBusinessType businessType) { #region 处理结算数据 - for (var i = 0; i < pubSaDetails.Count; i++) - { - var pubSaDetail = pubSaDetails[i]; - pubSaDetail.SetId(GuidGenerator.Create()); - pubSaDetail.CustomerPartCodeNoSpace = pubSaDetail.LU.Replace(" ", ""); - pubSaDetail.KeyCode = pubSaDetail.PN + pubSaDetail.LU; - pubSaDetail.Version = version; - pubSaDetail.BusinessType = businessType; - pubSaDetail.IndexNum = i; - } + //导入的零件号集合 var lus = pubSaDetails.Select(t => t.LU).Distinct().ToList(); + #region 匹配价格 var clientCode = businessType switch { EnumBusinessType.ZhiGongJianBBAC => site, @@ -520,16 +523,25 @@ namespace Win.Sfs.SettleAccount.Entities.BQ .FirstOrDefault(); importPubSaDetail.Price = priceListEntity?.Price ?? 0; }); - } + } + #endregion - //导入的零件号集合 - var importPubSaLUs = pubSaDetails.Select(t => t.LU).Distinct(); - var materialRelationshipEntitys = await _materialRelationshipRepository.GetListAsync(t => t.BusinessType == businessType && importPubSaLUs.Contains(t.SettleMaterialCode)).ConfigureAwait(false); + // 客户-厂内零件号关系 + var materialRelationshipEntitys = await _materialRelationshipRepository.GetListAsync(t => t.BusinessType == businessType && lus.Contains(t.SettleMaterialCode)).ConfigureAwait(false); - pubSaDetails.ForEach(pubSaDetail => + for (var i = 0; i < pubSaDetails.Count; i++) { + var pubSaDetail = pubSaDetails[i]; + pubSaDetail.SetId(GuidGenerator.Create()); + //去掉空格的客户零件号(比对需要) + pubSaDetail.CustomerPartCodeNoSpace = pubSaDetail.LU.Replace(" ", ""); + pubSaDetail.KeyCode = pubSaDetail.PN + pubSaDetail.LU; + pubSaDetail.Version = version; + pubSaDetail.BusinessType = businessType; + //记录结算数据导入文件中的顺序(发票需要) + pubSaDetail.IndexNum = i; pubSaDetail.PartCode = materialRelationshipEntitys.FirstOrDefault(t => t.SettleMaterialCode == pubSaDetail.LU)?.ErpMaterialCode; - }); + } #endregion #region 添加入库 @@ -542,6 +554,9 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// /// 结算数据入库 /// + /// + /// 入库 结算主表、结算明细表、可结算主表、可结算明细表、不可结算明细表 + /// private async Task SeDataEntryAsync(List pubSaDetails) { //业务类型 From 5be098895600e6a6fac7728beadca8534f7a6aea Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 14:13:51 +0800 Subject: [PATCH 05/13] test drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index bd43edd2..933e0862 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ volumes: steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 + privileged: true volumes: - name: cache host: From 018e2bed91da5e82a9a545ef92dc6e26662069ff Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 14:22:06 +0800 Subject: [PATCH 06/13] test drone --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 933e0862..548ab9af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,6 @@ platform: arch: amd64 os: linux -volumes: - - name: cache - host: - path: /root/cache - steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 @@ -90,3 +85,8 @@ steps: - cd /d/BQ-JS/publish - ./start.cmd - echo ok + +volumes: + - name: cache + host: + path: /root/cache/.nuget \ No newline at end of file From 15a2fb01e944053562ba412e2e04ad32de281fa9 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 14:24:24 +0800 Subject: [PATCH 07/13] test drone --- .drone.yml | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/.drone.yml b/.drone.yml index 548ab9af..2ea9c5d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,10 +11,6 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 privileged: true - volumes: - - name: cache - host: - path: /root/.nuget/packages commands: - cd ./build - chmod 755 ./build.sh @@ -51,20 +47,8 @@ steps: - rm -rf publish - mkdir publish - - name: deploy-scp - image: appleboy/drone-scp - settings: - host: dev.ccwin-in.com - port: 16085 - username: Administrator - password: Microsoft@2022 - source: build/publish - target: /d/BQ-JS/publish - timeout: 1800s - command_timeout: 30m - - # - name: deploy-sftp - # image: axute/drone-sftp + # - name: deploy-scp + # image: appleboy/drone-scp # settings: # host: dev.ccwin-in.com # port: 16085 @@ -72,6 +56,18 @@ steps: # password: Microsoft@2022 # source: build/publish # target: /d/BQ-JS/publish + # timeout: 1800s + # command_timeout: 30m + + - name: deploy-sftp + image: axute/drone-sftp + settings: + host: dev.ccwin-in.com + port: 16085 + username: Administrator + password: Microsoft@2022 + source: build/publish + target: /d/BQ-JS/publish - name: start image: appleboy/drone-ssh @@ -85,8 +81,3 @@ steps: - cd /d/BQ-JS/publish - ./start.cmd - echo ok - -volumes: - - name: cache - host: - path: /root/cache/.nuget \ No newline at end of file From 522079414ce80b28243ebc7b153bdb6117267a97 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 14:47:24 +0800 Subject: [PATCH 08/13] test drone --- .drone.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2ea9c5d1..99d97c4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,14 +59,25 @@ steps: # timeout: 1800s # command_timeout: 30m - - name: deploy-sftp - image: axute/drone-sftp + # - name: deploy-sftp + # image: axute/drone-sftp + # settings: + # host: dev.ccwin-in.com + # port: 16085 + # username: Administrator + # password: Microsoft@2022 + # source: build/publish + # target: /d/BQ-JS/publish + # strip_components: 2 + + - name: deploy-scp2 + image: ryjer/drone-scp settings: host: dev.ccwin-in.com port: 16085 username: Administrator password: Microsoft@2022 - source: build/publish + source: ./build/publish target: /d/BQ-JS/publish - name: start From aaf62cea07c8d8331ee85d516b164aaaa3796709 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 15:01:51 +0800 Subject: [PATCH 09/13] test drone --- .drone.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 99d97c4e..89407e20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -70,15 +70,14 @@ steps: # target: /d/BQ-JS/publish # strip_components: 2 - - name: deploy-scp2 - image: ryjer/drone-scp + - name: deploy-ftp + image: cschlosser/drone-ftps settings: - host: dev.ccwin-in.com + host: dev.ccwin-in.com:16022 port: 16085 - username: Administrator - password: Microsoft@2022 - source: ./build/publish - target: /d/BQ-JS/publish + secrets: ["Administrator", "Microsoft@2022"] + src_dir: ./build/publish + dest_dir: /publish - name: start image: appleboy/drone-ssh From bade258aea629a97415e02f0dd9768c4f8aab1f3 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 15:12:42 +0800 Subject: [PATCH 10/13] test drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 89407e20..a680c884 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,7 +75,7 @@ steps: settings: host: dev.ccwin-in.com:16022 port: 16085 - secrets: ["Administrator", "Microsoft@2022"] + secrets: [username, password] src_dir: ./build/publish dest_dir: /publish From 340949cfdaa0aea362b066efe592714c5bdd0bfe Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 15:28:52 +0800 Subject: [PATCH 11/13] test drone --- .drone.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index a680c884..eb35e2e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,12 +72,15 @@ steps: - name: deploy-ftp image: cschlosser/drone-ftps - settings: - host: dev.ccwin-in.com:16022 - port: 16085 - secrets: [username, password] - src_dir: ./build/publish - dest_dir: /publish + environment: + PLUGIN_HOSTNAME: dev.ccwin-in.com:16022 + FTP_USERNAME: + from_secret: username + FTP_PASSWORD: + from_secret: password + PLUGIN_SRC_DIR: ./build/publish + PLUGIN_DEST_DIR: /publish + PLUGIN_SECURE: false - name: start image: appleboy/drone-ssh From 2e5f21d580d65b29928e6689f0ea234f27a61f9b Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 15:38:56 +0800 Subject: [PATCH 12/13] test drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eb35e2e0..e77f11b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -78,7 +78,7 @@ steps: from_secret: username FTP_PASSWORD: from_secret: password - PLUGIN_SRC_DIR: ./build/publish + PLUGIN_SRC_DIR: build/publish PLUGIN_DEST_DIR: /publish PLUGIN_SECURE: false From 020aa08e19ec7dc75fe8e6ce3a2273eec024ea83 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 20 Sep 2023 15:43:18 +0800 Subject: [PATCH 13/13] test drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e77f11b4..860f3393 100644 --- a/.drone.yml +++ b/.drone.yml @@ -78,7 +78,7 @@ steps: from_secret: username FTP_PASSWORD: from_secret: password - PLUGIN_SRC_DIR: build/publish + PLUGIN_SRC_DIR: /build/publish PLUGIN_DEST_DIR: /publish PLUGIN_SECURE: false