Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Verify that version of binary is same as package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Aug 20, 2019
1 parent c182c0f commit a3d8dcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
- <<: *install_node_modules
- run: ./node_modules/.bin/pkg cli.js -t node8-linux-x64 --output ./bin/hubble-cli
- run: ./bin/hubble-cli --version
- run:
command: |
[ $(npx -c 'echo "$npm_package_version"') = $(./bin/hubble-cli --version) ]
workflows:
version: 2
Expand Down

0 comments on commit a3d8dcc

Please sign in to comment.