From f5311b6c0a37525c2e5f9e9632956fd7bfa1ea4c Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 17:34:50 +0800 Subject: [PATCH] FIX code review --- .trustie-pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 17ea19b..432ed6a 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,7 +7,7 @@ platform: steps: - name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file