diff options
author | Rene Robert <rene.robert@orange.com> | 2018-04-16 15:11:27 +0000 |
---|---|---|
committer | Rene Robert <rene.robert@orange.com> | 2018-04-16 15:11:27 +0000 |
commit | d6bc0c2d22090ed4cb04b44011ef81976cfa32f4 (patch) | |
tree | 0bf24a42f531be93df0a593fce5180f40c7961f7 | |
parent | d0a28c37338215265449d013dbbdd96962334b00 (diff) |
del sed command
Issue-ID: INT-456
Change-Id: I165bd71a704286d05f9df92d5302b4ee9a09a731
Signed-off-by: Rene Robert <rene.robert@orange.com>
-rw-r--r-- | boot/nbi_vm_init.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/boot/nbi_vm_init.sh b/boot/nbi_vm_init.sh index 45cce7c9..576ec1da 100644 --- a/boot/nbi_vm_init.sh +++ b/boot/nbi_vm_init.sh @@ -15,8 +15,5 @@ docker login -u $NEXUS_USERNAME -p $NEXUS_PASSWD $NEXUS_DOCKER_REPO docker pull $NEXUS_DOCKER_REPO/onap/externalapi/nbi:$DOCKER_IMAGE_VERSION -# Change the Clamp docker image name in the docker-compose.yml to match the one downloaded -sed -i "/image: onap\/nbi/c\ image: $NEXUS_DOCKER_REPO\/onap\/nbi:$DOCKER_IMAGE_VERSION" docker-compose.yml - # Start nbi, MariaDB and MongoDB containers with docker compose and nbi/docker-compose.yml /opt/docker/docker-compose up -d
\ No newline at end of file |