Skip to content

Commit

Permalink
Merge pull request #11 from vania-pooh/master
Browse files Browse the repository at this point in the history
Installing git when needed
  • Loading branch information
vania-pooh authored Aug 3, 2020
2 parents 7ab6303 + 8261083 commit 3709275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3709275

Please sign in to comment.