测试代码
continuous-integration/drone Build is passing Details

master
fandongqiang 2 years ago
parent b58558e13a
commit 0330712f52

@ -1,10 +1,8 @@
kind: pipeline kind: pipeline # 定义一个管道
type: ssh type: docker # 当前管道的类型
name: 部署web项目 name: test # 当前管道的名称
clone: steps: # 定义管道的执行步骤
disable: false - name: test # 步骤名称
image: node:latest # 当前步骤使用的镜像
steps: commands: # 当前步骤执行的命令
- name: greeting - echo 测试drone执行
commands:
- echo hello world
Loading…
Cancel
Save