2023-04-28 19:12:44 +08:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
2023-04-28 19:20:55 +08:00
|
|
|
name: default
|
2023-04-28 19:09:52 +08:00
|
|
|
|
2023-04-28 19:12:44 +08:00
|
|
|
platform:
|
|
|
|
arch: arm64
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: test
|
2023-04-28 19:20:55 +08:00
|
|
|
image: node
|
2023-04-28 19:12:44 +08:00
|
|
|
commands:
|
2023-04-28 19:20:55 +08:00
|
|
|
- echo "测试drone执行"
|