FIX: remove pull for Discourse core (#499)
authorJeff Wong <awole20@gmail.com>
Fri, 11 Dec 2020 01:11:53 +0000 (15:11 -1000)
committerGitHub <noreply@github.com>
Fri, 11 Dec 2020 01:11:53 +0000 (17:11 -0800)
commit0ab1da11598467b944182748b8e8c6d363093544
treee1437c8a38fada64939729bf9c8c9b5d2924e2b0
parentd9d810e23d70bded98f06d8a8bdb022c44586f68
FIX: remove pull for Discourse core (#499)

We are already shallow-fetching a few lines below. A pull with a shallow
clone can be dangerous if Discourse is using a different repository
or version, as that potentially results in more data being pulled or a
dirty merge with a different upstream.

Remove the pull and rely only on the fetch and checkout.
templates/web.template.yml