From d1090dc9bfcd2bba3e7bf3ddbb1cf5e60a70fab4 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Mon, 20 Jul 2020 22:12:02 +0800 Subject: [PATCH] update .trustie-pipeline.yml --- .trustie-pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 4eb6202..1c41f16 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,4 +6,7 @@ platform: arch: arm64 steps: - - echo hola \ No newline at end of file + - name: test + image: node:latest + commands: + - echo hello \ No newline at end of file