Adding a hard reset to helm chart release to stop yarn lock changes blocking release.

This commit is contained in:
mike12345567 2022-03-14 15:53:24 +00:00
parent 48abc23302
commit e3fac51023
1 changed files with 1 additions and 0 deletions

View File

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