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 kind: pipeline
type: docker type: docker
name: test name: default
platform: platform:
arch: arm64 arch: arm64
steps: steps:
- name: test - name: test
image: node:latest image: node
commands: commands:
- echo 测试drone执行 - echo "测试drone执行"