Skip to content

Commit

Permalink
Installing git when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Aug 3, 2020
1 parent 7ab6303 commit 8261083
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 8261083

Please sign in to comment.