Browse Source

chore(CI): Fix gitstats cloning by cloning with https

To resolve the error:
  The unauthenticated git protocol on port 9418 is no longer supported.
reviewable/pr6570/r1
Anthony Bilinski 3 years ago
parent
commit
47d52f9977
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      .github/workflows/build-test-deploy.yaml

2
.github/workflows/build-test-deploy.yaml

@ -563,7 +563,7 @@ jobs: @@ -563,7 +563,7 @@ jobs:
- name: Install gitstats
run: |
sudo apt-get update && sudo apt-get install --no-install-recommends gnuplot
git clone git://github.com/hoxu/gitstats.git
git clone https://github.com/hoxu/gitstats.git
cd gitstats
sudo make install
- name: Run

Loading…
Cancel
Save