Skip to content

Commit

Permalink
Merge "FAB-5500 update ver ref. to 1.0.1 in release tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
binhn authored and Gerrit Code Review committed Aug 10, 2017
2 parents 240d552 + 53cf9da commit 9b9ceaa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions test/regression/release/run_byfn_cli_release_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ REPO_NAME=fabric-samples
git clone ssh://hyperledger-jobbuilder@gerrit.hyperledger.org:29418/$REPO_NAME $WD
cd $WD

curl -L https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap-1.0.0.sh -o bootstrap-1.0.0.sh
chmod +x bootstrap-1.0.0.sh
./bootstrap-1.0.0.sh
curl -L https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap-1.0.1.sh -o bootstrap-1.0.1.sh
chmod +x bootstrap-1.0.1.sh
./bootstrap-1.0.1.sh

cd $WD/first-network
export PATH=$WD/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion test/regression/release/run_e2e_java_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WD="${GOPATH}/src/github.com/hyperledger/fabric-sdk-java"
SDK_REPO_NAME=fabric-sdk-java
git clone https://github.com/hyperledger/fabric-sdk-java $WD
cd $WD
git checkout tags/v1.0.0
git checkout tags/v1.0.1
export GOPATH=$WD/src/test/fixture

cd $WD/src/test
Expand Down
2 changes: 1 addition & 1 deletion test/regression/release/run_e2e_node_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WD="$GOPATH/src/github.com/hyperledger/fabric-sdk-node"
SDK_REPO_NAME=fabric-sdk-node
git clone https://github.com/hyperledger/$SDK_REPO_NAME $WD
cd $WD
git checkout tags/v1.0.0
git checkout tags/v1.0.1
cd test/fixtures
docker rm -f "$(docker ps -aq)" || true
docker-compose up >> node_dockerlogfile.log 2>&1 &
Expand Down
2 changes: 1 addition & 1 deletion test/regression/release/run_node_sdk_byfn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WD="${WORKSPACE}/gopath/src/github.com/hyperledger/fabric-sdk-node"
SDK_REPO_NAME=fabric-sdk-node
git clone ssh://hyperledger-jobbuilder@gerrit.hyperledger.org:29418/$SDK_REPO_NAME $WD
cd $WD
git checkout tags/v1.0.0
git checkout tags/v1.0.1
NODE_SDK_COMMIT=$(git log -1 --pretty=format:"%h")

echo "FABRIC NODE SDK COMMIT ========> " $NODE_SDK_COMMIT >> ${WORKSPACE}/gopath/src/github.com/hyperledger/commit_history.log
Expand Down

0 comments on commit 9b9ceaa

Please sign in to comment.