From 97b8c096fcf39ce37e7bb4c4b9e326bed5cef3d5 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 16 Jan 2023 01:44:47 +0100 Subject: [PATCH] ci: Add debug --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 03c9878..b986598 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: debug image: alpine commands: - - 'echo "Repository: ${DOCKER_REPO}"' + - 'echo "Repository: $${DOCKER_REPO}"' - 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"' - name: publish:commit_sha