X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fbuild_ubuntu.sh;h=28f0a6f52953070906b338b63b3d0a7ea9a6f3bd;hb=99018ce462a2b306183e0077448a5548d38c1089;hp=26bc0e3a4820aad4498db320b31707df057910fa;hpb=00894a4120ea2c93bc58327fbb7c526a6f607bde;p=ric-plt%2Falarm-go.git diff --git a/build/build_ubuntu.sh b/build/build_ubuntu.sh index 26bc0e3..28f0a6f 100755 --- a/build/build_ubuntu.sh +++ b/build/build_ubuntu.sh @@ -50,9 +50,9 @@ export PERF_OBJ_FILE=../testresources/perf-alarm-object.json GO111MODULE=on GO_ENABLED=0 GOOS=linux # setup version tag -if [ -f container-tag.yaml ] +if [ -f build/container-tag.yaml ] then - tag=$(grep "tag:" container-tag.yaml | awk '{print $2}') + tag=$(grep "tag:" build/container-tag.yaml | awk '{print $2}') else tag="no-tag-found" fi