From f13808976b9519c7ea0971029de48a781fa5cef4 Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 20:16:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95ssh=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1d01d5f..547542b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -81,10 +81,12 @@ server: from_secret: aus_pw steps: - - name: greeting + - name: Show System Env commands: - echo hello world - whoami - date + - name: Show Docker Env + commands: - docker ps - docker images