Skip to content

Commit 206272e

Browse files
committed
FAB-5279 update release version
update release version 1.0.0-rc1 to 1.0.0 in release test suite Change-Id: I8967ed24a02a659984d6911928f735007257e137 Signed-off-by: rameshthoomu <[email protected]>
1 parent b5c74cb commit 206272e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

test/regression/release/run_byfn_cli_release_tests.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ REPO_NAME=fabric-samples
1717
git clone ssh://[email protected]:29418/$REPO_NAME $WD
1818
cd $WD
1919

20-
curl -L https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap-1.0.0-rc1.sh -o bootstrap-1.0.0-rc1.sh
21-
chmod +x bootstrap-1.0.0-rc1.sh
22-
./bootstrap-1.0.0-rc1.sh
20+
curl -L https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap-1.0.0.sh -o bootstrap-1.0.0.sh
21+
chmod +x bootstrap-1.0.0.sh
22+
./bootstrap-1.0.0.sh
2323

2424
cd $WD/first-network
2525
export PATH=$WD/bin:$PATH

test/regression/release/run_e2e_java_sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WD="${GOPATH}/src/github.com/hyperledger/fabric-sdk-java"
1313
SDK_REPO_NAME=fabric-sdk-java
1414
git clone https://github.com/hyperledger/fabric-sdk-java $WD
1515
cd $WD
16-
git checkout tags/v1.0.0-rc1
16+
git checkout tags/v1.0.0
1717
export GOPATH=$WD/src/test/fixture
1818

1919
cd $WD/src/test

test/regression/release/run_e2e_node_sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WD="$GOPATH/src/github.com/hyperledger/fabric-sdk-node"
1212
SDK_REPO_NAME=fabric-sdk-node
1313
git clone https://github.com/hyperledger/$SDK_REPO_NAME $WD
1414
cd $WD
15-
git checkout tags/v1.0.0-rc1
15+
git checkout tags/v1.0.0
1616
cd test/fixtures
1717
docker rm -f "$(docker ps -aq)" || true
1818
docker-compose up >> node_dockerlogfile.log 2>&1 &

test/regression/release/run_node_sdk_byfn.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ WD="${WORKSPACE}/gopath/src/github.com/hyperledger/fabric-sdk-node"
1414
SDK_REPO_NAME=fabric-sdk-node
1515
git clone ssh://[email protected]:29418/$SDK_REPO_NAME $WD
1616
cd $WD
17+
git checkout tags/v1.0.0
1718
NODE_SDK_COMMIT=$(git log -1 --pretty=format:"%h")
1819

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

0 commit comments

Comments
 (0)