From aa460dd9170dcce7df7b385b795359988464218d Mon Sep 17 00:00:00 2001 From: lz-wang Date: Sun, 4 Sep 2022 11:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=20Python=203.10=20+=20Cloud=20Center?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ec3280e..fdef767 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,13 +12,13 @@ server: from_secret: aus_pw steps: - - name: Show System Env + - name: Show Env commands: + - hostname - whoami - date - ls - - name: Show Docker Env - commands: + - docker info - docker ps - docker images