Skip to content

Commit

Permalink
fix up ci (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: SamYuan1990 <[email protected]>
  • Loading branch information
SamYuan1990 authored Feb 15, 2021
1 parent 66bfd6f commit 5834cb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -ex

DIR=$PWD
docker build -t tape:latest .
network=docker_test
export COMPOSE_PROJECT_NAME=docker
network=fabric_test
export COMPOSE_PROJECT_NAME=fabric

case $1 in
1_4)
Expand Down Expand Up @@ -43,8 +43,8 @@ case $1 in
2_3)
curl -vsS https://raw.githubusercontent.com/hyperledger/fabric/release-2.3/scripts/bootstrap.sh | bash
cd ./fabric-samples/test-network
echo y | ./network.sh down -i 2.3
echo y | ./network.sh up createChannel -i 2.3
echo y | ./network.sh down
echo y | ./network.sh up createChannel
cp -r organizations "$DIR"

CONFIG_FILE=/config/test/config20org1andorg2.yaml
Expand Down

0 comments on commit 5834cb4

Please sign in to comment.