Skip to content

Commit

Permalink
use git not hg for PyPy (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip authored Aug 18, 2024
1 parent c5119a3 commit 37e194a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pillar/base/codespeed.sls
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ codespeed-instances:
module: speed_pypy
wsgi_app: speed_pypy.wsgi:application
clones:
git: {}
hg:
git:
pypy:
source: https://foss.heptapod.net/pypy/pypy
source: https://github.com/pypy/pypy
hg: {}

0 comments on commit 37e194a

Please sign in to comment.