summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gitstats.sh
blob: 26b756ad5713cee7d57a70804b0272ad783c481f (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash

export LOGFILE=gitstats.log

source ./tools/ci/scripts/init.sh

tools/ci/scripts/retry.sh git clone https://github.com/hoxu/gitstats.git gitstats
gitstats/gitstats . stats
check_error $?