Skip to content

Commit

Permalink
Can't restore take what hasn't been put
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaesar committed Aug 15, 2020
1 parent 30bcc6f commit 562e0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- run: ./do.sh
- run: tar cJvf kafkacat.txz build/kafkacat build/kafkacat-LICENSES.txt
- store_artifacts: { path: kafkacat.txz, destination: kafkacat.txz }
- persist_to_workspace: { paths: [ kafkacat.txz ], root: . }

publish-github-release:
docker:
Expand Down

0 comments on commit 562e0c7

Please sign in to comment.