diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 17ea19b..eafd809 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,8 +6,7 @@ platform: arch: arm64 steps: -- name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file + - name: test + image: node + commands: + - echo hello \ No newline at end of file