Browse Source

test

master
月夕花晨 2 months ago
parent
commit
4f69d2e94d
1 changed files with 5 additions and 7 deletions
  1. +5
    -7
      .drone.yml

+ 5
- 7
.drone.yml View File

@@ -1,11 +1,9 @@
kind: pipeline kind: pipeline
name: deploy_test
type: docker
name: default


steps: steps:
- name: build
image: ubuntu-latest
- name: build1
image: node:12.16.3
commands: commands:
- echo "🖥️ The workflow is now ready t1o test your code1 on the runner."
trigger:
branch:
- master
- npm config set registry http://registry.npm.taobao.org

Loading…
Cancel
Save