Skip to content

Commit

Permalink
[add] Generate SHA256
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Mar 18, 2019
1 parent bed50f2 commit b2c2280
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 @@ -14,6 +14,9 @@ jobs:
git submodule update --remote
- run: npm install
- run: npm run build
- run:
name: Generate SHA256
command: sha256sum dist/piping-server* | tee dist/piping-server-sha256.txt
- persist_to_workspace:
root: /root/project/dist
paths:
Expand Down

0 comments on commit b2c2280

Please sign in to comment.