From 5647e4a8a50d4b49bf57f6359e789756405393a3 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Thu, 3 Sep 2020 15:54:29 +0800 Subject: [PATCH] update --- .trustie-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 0b7bc2f..a5eeb4e 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -9,4 +9,5 @@ steps: - name: test image: ruby:latest commands: - - ruby -v \ No newline at end of file + - ruby -v + - ruby -h \ No newline at end of file