From 288996d8c18e22e5eff54ecd43d912d3c7a54670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Sun, 14 May 2023 14:59:08 +0200 Subject: [PATCH] more debug --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ed546e5..c9cabe2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,9 @@ steps: commands: - apt update - apt install -y git - - git clone https://github.com/librespeed/speedtest-go.git ${DRONE_WORKSPACE}/speedtest-go - - ls ${DRONE_WORKSPACE}/speedtest-go + - git clone https://github.com/librespeed/speedtest-go.git + - pwd + - ls . - name: kaniko image: plugins/kaniko @@ -20,7 +21,7 @@ steps: from_secret: DOCKER_USERNAME password: from_secret: DOCKER_PASSWORD - context: ${DRONE_WORKSPACE}/speedtest-go + context: /drone/src/speedtest-go tags: - latest - ${DRONE_BUILD_NUMBER}