updating the ric-plt-xapp-frame-cpp job 34/11334/6
authorczichy <thoralf.czichy@nokia.com>
Wed, 14 Jun 2023 13:40:03 +0000 (16:40 +0300)
committerczichy <thoralf.czichy@nokia.com>
Thu, 15 Jun 2023 10:30:53 +0000 (13:30 +0300)
Change-Id: Iededfbd32002335927bf261cdd24b8e606d45020
Signed-off-by: czichy <thoralf.czichy@nokia.com>
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 ../