Try fetching
This commit is contained in:
parent
c5e6158329
commit
2735f1bfc6
|
@ -6,6 +6,11 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- v*-alpha.*
|
- v*-alpha.*
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
tags:
|
||||||
|
description: "Release tag"
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Posthog token used by ui at build time
|
# Posthog token used by ui at build time
|
||||||
|
@ -91,6 +96,7 @@ jobs:
|
||||||
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 reset --hard
|
||||||
|
git fetch
|
||||||
mkdir sync
|
mkdir sync
|
||||||
echo "Packaging chart to sync dir"
|
echo "Packaging chart to sync dir"
|
||||||
helm package charts/budibase --version 0.0.0-develop --app-version develop --destination sync
|
helm package charts/budibase --version 0.0.0-develop --app-version develop --destination sync
|
||||||
|
|
Loading…
Reference in New Issue