From 453ac890451f80a309517781e2ba91114c3bd0bf Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 20:22:15 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ed73020..a0d4cb0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -86,10 +86,11 @@ steps: - echo hello world - whoami - date + - ls - name: Show Docker Env commands: - docker ps - docker images - name: Build Docker Image commands: - - docker build -f ./Dockerfile -t python3.10 + - docker build . -t python3.10 -f ./Dockerfile