Browse Source

chore(CI): Remove travis CI workaround from build-gitstats

reviewable/pr6466/r25
Anthony Bilinski 4 years ago
parent
commit
85b0f233e7
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 5
      .ci-scripts/build-gitstats.sh

5
.ci-scripts/build-gitstats.sh

@ -27,11 +27,6 @@ set -eu -o pipefail @@ -27,11 +27,6 @@ set -eu -o pipefail
make_stats() {
# workaround gitstats not supporting non-blocking IO correctly see
# https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-348435959
python -c 'import os,sys,fcntl;\
flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL);\
fcntl.fcntl(sys.stdout, fcntl.F_SETFL, flags&~os.O_NONBLOCK);'
gitstats \
-c authors_top=1000 \
-c max_authors=100000 \

Loading…
Cancel
Save