更新 '.trustie-pipeline.yml'

This commit is contained in:
jasder 2020-07-20 21:46:32 +08:00
parent 07c92153a4
commit 4ab94fc894
1 changed files with 4 additions and 11 deletions

View File

@ -1,15 +1,8 @@
kind: pipeline kind: pipeline
name: default name: default
steps: platform:
- name: en os: linux
image: alpine arch: arm64
commands:
- echo hello
- echo world
- name: test steps:
image: ruby
commands:
- bundle install --jobs=3 --retry=3
- rake