Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit d45bf86

Browse files
committed
[FABG-743] Update prev to Fabric 1.1.1
Change-Id: Icec4614b5cda495aba71eb19009157d2c37fa79d Signed-off-by: Troy Ronda <troy@troyronda.com>
1 parent 427c329 commit d45bf86

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

test/fixtures/dockerenv/prev-env.sh

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@
77

88
# This file contains environment overrides to enable testing
99
# against the latest pre-release target.
10+
11+
# Temporarily override FABRIC-ARCH until latest prev follows new naming conventions.
12+
export FABRIC_ARCH=""
13+
export FABRIC_ARCH_SEP=""
14+
1015
export FABRIC_FIXTURE_VERSION="v1.1"
1116
export FABRIC_CRYPTOCONFIG_VERSION="v1"
1217

13-
export FABRIC_CA_FIXTURE_TAG="1.1.0"
14-
export FABRIC_ORDERER_FIXTURE_TAG="1.1.0"
15-
export FABRIC_PEER_FIXTURE_TAG="1.1.0"
16-
export FABRIC_BUILDER_FIXTURE_TAG="1.1.0"
18+
export FABRIC_CA_FIXTURE_TAG="${ARCH}-1.1.0"
19+
export FABRIC_ORDERER_FIXTURE_TAG="${ARCH}-1.1.1"
20+
export FABRIC_PEER_FIXTURE_TAG="${ARCH}-1.1.1"
21+
export FABRIC_BUILDER_FIXTURE_TAG="${ARCH}-1.1.1"
1722

1823
# override configuration that loads crypto-config
1924
export FABRIC_SDK_CLIENT_CRYPTOCONFIG_PATH='${GOPATH}'"/src/github.com/hyperledger/fabric-sdk-go/test/fixtures/fabric/${FABRIC_CRYPTOCONFIG_VERSION}/crypto-config"

0 commit comments

Comments
 (0)