forgeplus/.trustie-pipeline.yml

13 lines
136 B
YAML
Raw Permalink Normal View History

2020-07-20 16:29:05 +08:00
kind: pipeline
2020-07-24 17:34:03 +08:00
name: default
2020-07-20 16:29:05 +08:00
2020-07-24 17:34:03 +08:00
platform:
2020-09-28 22:25:57 +08:00
os: linux
2020-07-24 17:34:03 +08:00
arch: arm64
2020-07-20 21:40:40 +08:00
2020-07-24 17:34:03 +08:00
steps:
- name: test
2020-07-24 17:34:50 +08:00
image: ruby
commands:
2020-09-26 10:51:14 +08:00
- ruby -v
2020-09-23 19:27:26 +08:00
- ruby -v