Hello World SME Invoker Service
[nonrtric.git] / sample-services / hello-world / build.sh
similarity index 98%
rename from test/servicestub/build.sh
rename to sample-services/hello-world/build.sh
index bb0ff80..5d1ad29 100644 (file)
@@ -29,7 +29,7 @@ if [ $# -ne 1 ] && [ $# -ne 2 ]; then
     print_usage
 fi
 
-IMAGE_NAME="nonrtric-hello-world"
+IMAGE_NAME="nonrtric-sample-helloworld"
 IMAGE_TAG="latest"
 REPO=""
 if [ $1 == "no-push" ]; then