From 1161ef0b41cf0532c023619f4d3bd15bcb121c75 Mon Sep 17 00:00:00 2001 From: cxt Date: Tue, 5 Jan 2021 13:56:51 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index d409e58..92f2f43 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,18 +1,11 @@ kind: pipeline type: docker name: default - platform: os: linux - arch: arm64 - + arch: x86-64 steps: -- name: 执行远程命令 - image: appleboy/drone-ssh - settings: - host: 47.102.109.233 - username: root - password: 'msl123!@#' - port: 22 - script: - - echo 'hello world!' >> /home/test.txt \ No newline at end of file +- name: greeting + image: arm64v8/maven + commands: + - echo 'hello world!1121721' > /home/hello.txt \ No newline at end of file