forgeplus/.trustie-pipeline.yml

12 lines
132 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
2020-08-27 14:50:58 +08:00
image: ruby:latest
commands:
- ruby -v