try steps with node image

This commit is contained in:
herb_cheng 2023-04-28 11:20:55 +00:00
parent 8e136b5985
commit 7c072a3f1c

View File

@ -1,12 +1,12 @@
kind: pipeline
type: docker
name: test
name: default
platform:
arch: arm64
steps:
- name: test
image: node:latest
image: node
commands:
- echo 测试drone执行
- echo "测试drone执行"