From: czichy Date: Wed, 14 Jun 2023 13:40:03 +0000 (+0300) Subject: updating the ric-plt-xapp-frame-cpp job X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=d94d0dc78109dcd3abf99ce7af4e23a5501e466a updating the ric-plt-xapp-frame-cpp job Change-Id: Iededfbd32002335927bf261cdd24b8e606d45020 Signed-off-by: czichy --- diff --git a/jjb/shell/install-git-RESTful.sh b/jjb/shell/install-git-RESTful.sh index 3e75c955..47a1255b 100755 --- a/jjb/shell/install-git-RESTful.sh +++ b/jjb/shell/install-git-RESTful.sh @@ -86,7 +86,7 @@ cd ../../ sudo git clone https://github.com/nlohmann/json.git && cd json && sudo cmake . && sudo make install cd ../ #install json-schema-validator -sudo git clone https://github.com/pboettch/json-schema-validator.git && cd json-schema-validator &&sudo mkdir build &&cd build && sudo cmake .. && sudo make install +sudo git clone https://github.com/pboettch/json-schema-validator.git && cd json-schema-validator && sudo git checkout cae6fad80001510077a7f40e68477a31ec443add &&sudo mkdir build &&cd build && sudo cmake .. && sudo make install cd ../