From 5f215b29e8c924b527cedd1c1bfb9aa83551397a Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Mon, 3 Aug 2020 20:33:19 +0300 Subject: [PATCH] Fetching git tags in unstable mode --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 780c8ee..bb3157e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,14 @@ steps: branch: master event: [push, tag, pull_request] +- name: fetch_git_tags + image: alpine/git + commands: + - git fetch --tags + when: + branch: master + event: push + - name: build_latest_chart image: alpine/helm:3.2.4 commands: