forgeplus/.trustie-pipeline.yml

19 lines
229 B
YAML
Raw Normal View History

2020-07-20 16:29:05 +08:00
kind: pipeline
name: default
platform:
os: linux
arch: arm64
steps:
2020-07-20 21:40:40 +08:00
- name: en
image: alpine
commands:
- echo hello
- echo world
2020-07-20 16:29:05 +08:00
- name: test
2020-07-20 21:34:38 +08:00
image: ruby
commands:
- bundle install --jobs=3 --retry=3
- rake