From 8261083d5bd9c7e53f205cdb9173fb27cd46b0a0 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Mon, 3 Aug 2020 20:25:23 +0300 Subject: [PATCH] Installing git when needed --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 0708032..780c8ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: - name: build_latest_chart image: alpine/helm:3.2.4 commands: + - apk add -U git - export VERSION=$(git describe --tags $(git rev-list --tags --max-count=1))-$(git rev-parse --short HEAD) - ./ci/build.sh $VERSION unstable when: