Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

update composer version #12

Merged
merged 1 commit into from
May 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .bluemix/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export APP_PID=$!
date
printf "\n ----- create ca card ----- \n"
composer card create -f ca.card -p ./config/connection-profile.json -u admin -s ${SECRET}
composer card import -f ca.card -n ca
composer card import -f ca.card -c ca
# request identity
composer identity request --card ca --path ./credentials
composer card delete -n ca
Expand Down Expand Up @@ -371,7 +371,7 @@ date
printf "\n ---- Create admin card ----- \n "
composer card create -f adminCard.card -p ./config/connection-profile.json -u admin -c ./credentials/admin-pub.pem -k ./credentials/admin-priv.pem --role PeerAdmin --role ChannelAdmin

composer card import -f adminCard.card -n admin@blockchain-network
composer card import -f adminCard.card -c admin@blockchain-network
date
printf "\n ---- Created admin card ----- \n "

Expand Down