Added step to install curl on tag and release step

This commit is contained in:
Khwezi Mngoma
2026-05-10 08:45:54 +02:00
parent aef2884e8e
commit 581cd2084a
+1
View File
@@ -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}