github.com/baptiste-b-pegasys/quorum/v22@v22.4.2/build/run-peeps.sh (about)

     1  #!/bin/sh
     2  
     3  if ! git clone https://github.com/ConsenSys/PEEPS.git
     4  then
     5    cd PEEPS
     6    git reset --hard HEAD
     7    git pull origin master
     8  else
     9    cd PEEPS
    10  fi
    11  
    12  ./gradlew --no-daemon endToEndTest
    13