X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=BUILD.sh;h=289d11a30d25296b98f7768446dcacf638220c49;hp=e244b7c7b19910fe0921b278f44b87e280eb8fe3;hb=refs%2Fheads%2Fv3.1;hpb=03156e335275de1dafbc2a816e98006afdf249bf diff --git a/BUILD.sh b/BUILD.sh index e244b7c7b..289d11a30 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -79,8 +79,8 @@ set -x # Print commands before executing them ############################################################################### # Set up repo and version -PLATFORM_REPOSITORY=${1:-osm-rbac} -PLATFORM_VERSION=${2:-5.1.3.9999.70283} +PLATFORM_REPOSITORY=${1:-OSM3} +PLATFORM_VERSION=${2:-5.2.0.2.72254} ############################################################################### # Main block @@ -106,6 +106,8 @@ else # Install environment to build module sudo -H /usr/rift/container_tools/mkcontainer --modes $MODULE-dev --repo ${PLATFORM_REPOSITORY} --rw-version ${PLATFORM_VERSION} + sudo -H apt install -y nodejs + sudo -H npm install -g forever # Build and install module make -j16