forgeplus/.trustie-pipeline.yml

12 lines
121 B
YAML
Raw Normal View History

2020-07-20 16:29:05 +08:00
kind: pipeline
2020-08-27 11:11:02 +08:00
name: default
2020-07-20 16:29:05 +08:00
2020-08-27 11:11:02 +08:00
platform:
os: linux
arch: arm64
2020-07-20 21:40:40 +08:00
2020-08-27 11:11:02 +08:00
steps:
- name: test
image: ruby
commands:
2020-08-27 11:38:30 +08:00
- ruby -v