From e9eaea18696af515b30f20743e889eb1f651b221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=E8=8F=8C?= Date: Wed, 13 Apr 2022 02:03:58 +0800 Subject: [PATCH] .drone.yml --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 11b2042..4c81932 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,10 @@ steps: password: from_secret: docker_password repo: mirrors2/helloworld + commands: + - "pwd && ls" context: helloworld - dockerfile: helloworld/Dockerfile + dockerfile: Dockerfile tags: - latest