Add a top-level Dockerfile to build and deploy ecash-lib to npm on version bumps
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCf2211316c9fa: [ecash-lib] Dockerfile for CI publication to npm
docker build -f ecash-lib.Dockerfile -t ecash-lib_local .
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- ecash-lib-ci-top-level
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 28933 Build 57403: Build Diff Build 57402: arc lint + arc unit
Event Timeline
Comment Actions
file looks good except for the hash check which is useless
ecash-lib.Dockerfile | ||
---|---|---|
23 | Checking at this stage is not helpful. This doesn't give any confidence to the end user that the binary file is correct, because the user only ever deal with the output of this build. |