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