From 36b3656886225bcc41b8199633a24053352973cc Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Thu, 14 May 2026 02:53:36 +0200 Subject: [PATCH] Added khongisa host entry on pipeline commands --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ededa97..4baabb0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,6 +28,7 @@ steps: GITEA_PASS: { from_secret: git_password } VERSION: 1.${DRONE_BUILD_NUMBER}.0 commands: + - echo "169.255.58.144 gitea.khongisa.co.za" >> /etc/hosts - apk add --no-cache curl - git remote set-url origin https://$${GITEA_USER}:$${GITEA_PASS}@gitea.khongisa.co.za/litecharms/components.git - git tag $VERSION