mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 16:05:10 +00:00
FAB-12190 Update stable version in CI scripts
Update stable version to 1.4.0-stable in CI scripts Change-Id: I558442ccce8975533f9123193d7aa343ae883ba5 Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
This commit is contained in:
parent
edee6387f1
commit
33d333fd46
2 changed files with 3 additions and 3 deletions
|
|
@ -8,10 +8,10 @@
|
|||
# exit on first error
|
||||
|
||||
export BASE_FOLDER=$WORKSPACE/gopath/src/github.com/hyperledger
|
||||
export PROJECT_VERSION=1.3.0-stable
|
||||
export PROJECT_VERSION=1.4.0-stable
|
||||
export NEXUS_URL=nexus3.hyperledger.org:10001
|
||||
export ORG_NAME="hyperledger/fabric"
|
||||
export NODE_VER=8.9.4 # Default nodejs version
|
||||
export NODE_VER=8.11.3 # Default nodejs version
|
||||
|
||||
# Fetch baseimage version
|
||||
curl -L https://raw.githubusercontent.com/hyperledger/fabric/master/Makefile > Makefile
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ ARCH=$(dpkg --print-architecture)
|
|||
echo "-----------> ARCH" $ARCH
|
||||
MARCH=$(uname -s|tr '[:upper:]' '[:lower:]')
|
||||
echo "-----------> MARCH" $MARCH
|
||||
VERSION=1.3.0
|
||||
VERSION=1.4.0
|
||||
MVN_METADATA=$(echo "https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric-$VERSION-stable/maven-metadata.xml")
|
||||
curl -L "$MVN_METADATA" > maven-metadata.xml
|
||||
RELEASE_TAG=$(cat maven-metadata.xml | grep release)
|
||||
|
|
|
|||
Loading…
Reference in a new issue