Skip to content

Commit

Permalink
Merge pull request #12 from vania-pooh/master
Browse files Browse the repository at this point in the history
Fetching git tags in unstable mode
  • Loading branch information
vania-pooh authored Aug 3, 2020
2 parents 3709275 + 5f215b2 commit a017cf3
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 a017cf3

Please sign in to comment.