1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

reset git head after spec push

This commit is contained in:
Martin McKeaveney 2022-03-10 11:10:14 +00:00
parent 8fa600a1bb
commit 6dbc0f842e

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