summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gitstats.sh
blob: 59c39ebbf156520ce7baa820b96b02757bb9ea06 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env 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 $?