From d359e41d1dab1a75359b1464dc96c7e517c2ae0d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 28 Aug 2020 09:30:31 +0200 Subject: [PATCH] debug --- .drone.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9ab0b7f..3e69e8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,8 +71,13 @@ platform: steps: - name: readme image: chko/docker-pushrm:1 - commands: - - /docker-pushrm --file ./README.md --short "My short description" --debug xoxys/alpine + entrypoint: + - /docker-pushrm + command: + - --file ./README.md + - --short "My short description" + - --debug + - xoxys/alpine environment: DOCKERHUB_PASSWORD: from_secret: docker_password @@ -116,6 +121,6 @@ depends_on: --- kind: signature -hmac: 96030996f0d4d7b2909f924ce7c424709a02771d48ec777ca38e2378ce03e550 +hmac: b09f42e55c6db0a265459469fca26428d688f40b3d704edd510ad4d0ab8e6c39 ...