Skip to content

Commit

Permalink
Fetching git tags in unstable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Aug 3, 2020
1 parent 3709275 commit 5f215b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f215b2

Please sign in to comment.