X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fshell%2Finstall-git-RESTful.sh;h=47a1255b0864699bd0522a52917d58e0afdbc5a0;hb=d94d0dc78109dcd3abf99ce7af4e23a5501e466a;hp=3e75c9559085400a8acc9f4f51681083706a7870;hpb=54d595839c9362b3cc7810a3552c3ceaaf588899;p=ci-management.git 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 ../