try steps with node image
This commit is contained in:
parent
8e136b5985
commit
7c072a3f1c
|
@ -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执行"
|
Loading…
Reference in New Issue
Block a user