mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 16:05:10 +00:00
FAB-16608 Update base_version on ci.prop
Update ci.prop file to bring 1.4.4-stables images from nexus on verify and merge jobs. Signed-off-by: vijaypunugubati <vijaypunugubati@gmail.com> Change-Id: I25a1ed222aae5bbf7fad79002b18ea59b19c0d89
This commit is contained in:
parent
0b980ebda7
commit
ddf013ba01
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ FAB_BINARY_REPO=fabric fabric-ca
|
|||
FAB_THIRDPARTY_IMAGES_LIST=kafka zookeeper couchdb
|
||||
# Pull latest binaries of latest commit of release-1.4 from nexus snapshots
|
||||
# Applicable only when set IMAGE_SOURCE to "nexus"
|
||||
FAB_BINARY_VER=1.4.3-stable
|
||||
FAB_BINARY_VER=1.4.4-stable
|
||||
# Set base version from fabric branch
|
||||
FAB_BASE_VERSION=1.4.3
|
||||
FAB_BASE_VERSION=1.4.4
|
||||
# Set base image version from fabric branch
|
||||
FAB_BASEIMAGE_VERSION=0.4.15
|
||||
# Set related rocketChat channel name. Default: jenkins-robot
|
||||
|
|
|
|||
Loading…
Reference in a new issue