diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index eafd809..432ed6a 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,7 +6,8 @@ platform: arch: arm64 steps: - - name: test - image: node - commands: - - echo hello \ No newline at end of file +- name: test + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file diff --git a/caishi.html b/caishi.html new file mode 100644 index 0000000..1230a9c --- /dev/null +++ b/caishi.html @@ -0,0 +1 @@ +dkadfiwjsldkjfalkjfalsdkfj \ No newline at end of file diff --git a/test_devops.rb b/test_devops.rb new file mode 100644 index 0000000..4cecb53 --- /dev/null +++ b/test_devops.rb @@ -0,0 +1,3 @@ +def test_devops + puts "This is good idea." +end \ No newline at end of file