summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/build_quorum_image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sms-service/bin/build_quorum_image.sh')
-rwxr-xr-xsms-service/bin/build_quorum_image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sms-service/bin/build_quorum_image.sh b/sms-service/bin/build_quorum_image.sh
index c154764..16bb378 100755
--- a/sms-service/bin/build_quorum_image.sh
+++ b/sms-service/bin/build_quorum_image.sh
@@ -8,7 +8,7 @@ BUILD_ARGS="--no-cache"
ORG="onap"
VERSION="1.1.0"
PROJECT="aaf"
-IMAGE="smsquorum"
+IMAGE="smsquorumclient"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/${IMAGE}"
TIMESTAMP=$(date +"%Y%m%dT%H%M%S")
@@ -21,7 +21,7 @@ if [ $HTTPS_PROXY ]; then
fi
#Need to create makefile
function generate_binary {
- pushd ../src/smsquorum
+ pushd ../src/quorumclient
make build
popd
cp ../target/quorumclient .