更新 '.drone.yml'

This commit is contained in:
herb_cheng 2023-04-28 11:12:44 +00:00
parent a3462c3669
commit 8e136b5985

View File

@ -1,10 +1,12 @@
---
kind: pipeline # 定义一个管道
type: docker # 当前管道的类型
name: test # 当前管道的名称
kind: pipeline
type: docker
name: test
steps: # 定义管道的执行步骤
- name: test # 步骤名称
image: node:latest # 当前步骤使用的镜像
commands: # 当前步骤执行的命令
platform:
arch: arm64
steps:
- name: test
image: node:latest
commands:
- echo 测试drone执行