Skip to content

Commit

Permalink
CircleCI: getting tags requires a proper ssh client
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaesar committed Aug 15, 2020
1 parent c74fc30 commit 30bcc6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ jobs:
docker:
- image: debian:bullseye
steps:
- run: { name: Install checkout deps, command: apt update && apt install -y git openssh-client }
- checkout
- run: ./deps.sh
- run: ./do.sh
- run: tar cJvf kafkacat.txz build/kafkacat build/kafkacat-LICENSES.txt
- store_artifacts:
path: kafkacat.txz
destination: kafkacat.txz
- store_artifacts: { path: kafkacat.txz, destination: kafkacat.txz }

publish-github-release:
docker:
Expand Down

0 comments on commit 30bcc6f

Please sign in to comment.