FIX: Run reset and clean after checkout (#500)
authorJeff Wong <awole20@gmail.com>
Fri, 11 Dec 2020 01:53:58 +0000 (15:53 -1000)
committerGitHub <noreply@github.com>
Fri, 11 Dec 2020 01:53:58 +0000 (12:53 +1100)
commitbc380c73eef970e57195159a654edd2b14fb633b
tree467bd74a74e0c557509d1ad5dc1280a3127a0509
parent0ab1da11598467b944182748b8e8c6d363093544
FIX: Run reset and clean after checkout (#500)

shallow fetching and resetting may result in a dirty working tree.
Ensure we have a clean working tree by running the reset and clean after the
fetch.

Previously, we needed the clean and reset before the PULL, to ensure a clean
pull, but since we are using fetch + checkout (which does not result in a
merge if dirty) we might end up with a dirty repo after the checkout, such
as if a clone remote has a different master branch than core.
templates/web.template.yml