Skip to content

Commit

Permalink
FAB-17456 fabric-samples read ccp (#117)
Browse files Browse the repository at this point in the history
Have the application read the common connection profile to
build a JSON object used for the gateway connect and for
a fabric-ca client instance.

Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
  • Loading branch information
harrisob committed Feb 18, 2020
1 parent 965ed1f commit 3dbe116
Show file tree
Hide file tree
Showing 19 changed files with 141 additions and 4,995 deletions.
4 changes: 3 additions & 1 deletion ci/fabcar-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ steps:
- script: bash startFabric.sh javascript
workingDirectory: fabcar
displayName: Start Fabric
- script: retry -- npm install
- script: |
retry -- npm install
npm ls
workingDirectory: fabcar/javascript
displayName: Install FabCar application dependencies
- script: |
Expand Down
Loading

0 comments on commit 3dbe116

Please sign in to comment.