From 581cd2084a9ea06f74373f0fcbac353fadce892a Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Sun, 10 May 2026 08:45:54 +0200 Subject: [PATCH] Added step to install curl on tag and release step --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index bf30b9b..6297062 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,6 +45,7 @@ steps: GITEA_USER: { from_secret: git_username } GITEA_PASS: { from_secret: git_password } commands: + - apk add --no-cache curl - git remote set-url origin https://$${GITEA_USER}:$${GITEA_PASS}@gitea.khongisa.co.za/litecharms/scheduler.git - git tag 1.${DRONE_BUILD_NUMBER} - git push origin 1.${DRONE_BUILD_NUMBER}