Skip to content

Commit

Permalink
circleci: update image to avoid using circleci's native git client
Browse files Browse the repository at this point in the history
CircleCi uses its own git client when `git` or `openssh` is missing.
The problem is that it cannot checkout annotated tags.
  • Loading branch information
asdwsda authored and kozmagabor committed Apr 1, 2019
1 parent 2044f35 commit 164af8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.0
jobs:
build:
docker:
- image: banzaicloud/helm:0.0.3
- image: banzaicloud/helm:0.0.4

steps:
- checkout
Expand All @@ -23,7 +23,7 @@ jobs:
build-and-publish-single-chart:
docker:
- image: banzaicloud/helm:0.0.3
- image: banzaicloud/helm:0.0.4

working_directory: /workspace/banzai-charts

Expand Down

0 comments on commit 164af8d

Please sign in to comment.