diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index fb0ac71..5fc1913 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,15 +1,8 @@ kind: pipeline name: default -steps: -- name: en - image: alpine - commands: - - echo hello - - echo world +platform: + os: linux + arch: arm64 -- name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file +steps: