Merge "updating the ric-plt-xapp-frame-cpp job"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 15 Jun 2023 16:34:39 +0000 (16:34 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 15 Jun 2023 16:34:39 +0000 (16:34 +0000)
jjb/shell/install-git-RESTful.sh

index 3e75c95..47a1255 100755 (executable)
@@ -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 ../