1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

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 f6134a14a6
commit d0c617fa5a

View file

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