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