forked from young/test_for_ci
Add '.trustie-pipeline.yml'
This commit is contained in:
parent
180c3da36c
commit
a5333c8df6
|
@ -0,0 +1,12 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: ruby
|
||||||
|
commands:
|
||||||
|
- ruby -v
|
Loading…
Reference in New Issue