Browse Source

test drone

master
wanggang 1 year ago
parent
commit
0ed9c7ec7e
  1. 6
      .drone.yml
  2. 3
      code/src/.editorconfig

6
.drone.yml

@ -43,11 +43,7 @@ steps:
- mkdir -p /d/BQ-JS/publish - mkdir -p /d/BQ-JS/publish
- cd /d/BQ-JS/publish - cd /d/BQ-JS/publish
- cmd.exe - cmd.exe
- stop.cmd - stop.cmd&&cd ..&&rm -rf publish&&mkdir -p publish
- sleep 3s
- cd ..
- rm -rf publish
- mkdir -p publish
- name: deploy-ftp - name: deploy-ftp
image: cschlosser/drone-ftps image: cschlosser/drone-ftps

3
code/src/.editorconfig

@ -8,6 +8,9 @@ charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.cmd]
end_of_line = crlf
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false

Loading…
Cancel
Save