From ccbed63d42609ca37fedabc9ea67b370353b7b25 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 16 Jan 2023 01:41:15 +0100 Subject: [PATCH] ci: Add debug --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1119de0..a2b9793 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,8 @@ environment: DOCKER_REPO: glenux/service-dolibarr steps: - - name: Dokku - image: debian:11-slim + - name: debug + image: alpine commands: - "echo 'Repository: $DOCKER_REPO'" - "echo 'Git commit: $DRONE_COMMIT_SHA'"