X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-services%2Fhello-world%2Fbuild.sh;fp=test%2Fservicestub%2Fbuild.sh;h=5d1ad297660f2c296cac1068f5a33656eb0948f4;hb=dafdbe531634823882261f2ce8c9cf334b579b52;hp=bb0ff80abba9554ee9210b6aac61119052f9061a;hpb=53ebb953e0e18e695fd0e807c2f1282ef54ceeee;p=nonrtric.git diff --git a/test/servicestub/build.sh b/sample-services/hello-world/build.sh similarity index 98% rename from test/servicestub/build.sh rename to sample-services/hello-world/build.sh index bb0ff80a..5d1ad297 100644 --- a/test/servicestub/build.sh +++ b/sample-services/hello-world/build.sh @@ -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