1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00

reset git head after spec push

This commit is contained in:
Martin McKeaveney 2022-03-10 11:10:14 +00:00
parent 9f83dafba3
commit 89f2d5b274

View file

@ -63,6 +63,7 @@ jobs:
run: |
git config user.name "Budibase Helm Bot"
git config user.email "<>"
git reset --hard HEAD
git pull
helm package charts/budibase
git checkout gh-pages