From 79577ff19284266adf61db541c9602fb8980e30c Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Jan 2026 17:39:09 +0100 Subject: [PATCH] Use shorthand --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 30e7215..fb50278 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,10 +9,9 @@ steps: image: alpine/git commands: - set - - export - git lfs install - - git clone http://gitea:3000/pim/sabbatical.ipng.nl.git . - - git checkout $DRONE_COMMIT + - git clone http://gitea:3000/${CI_REPO_NAME} . + - git checkout ${DRONE_COMMIT} - name: hugo image: git.ipng.ch/ipng/drone-hugo:release-0.148.2 settings: