cp changelogs
This commit is contained in:
@@ -31,11 +31,12 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
export REPO_PATH="./"
|
export REPO_PATH="./"
|
||||||
export TEMPLATE_PATH=".//templates/CHANGELOG.md.tmpl"
|
export TEMPLATE_PATH="./templates/CHANGELOG.md.tmpl"
|
||||||
export CHARTS_DIR=".//charts"
|
export OUTPUT_DIR="./changelogs"
|
||||||
export JSON_FILE="changelog.json"
|
export JSON_FILE="changelog.json"
|
||||||
rm -rf helm
|
|
||||||
ls -l
|
ls -l
|
||||||
|
|
||||||
if [ -f "$JSON_FILE.gz" ]; then
|
if [ -f "$JSON_FILE.gz" ]; then
|
||||||
gunzip "$JSON_FILE.gz" --force # Force overwrite if file already exists
|
gunzip "$JSON_FILE.gz" --force # Force overwrite if file already exists
|
||||||
fi
|
fi
|
||||||
@@ -96,6 +97,10 @@ jobs:
|
|||||||
./charttool genchartlist ./charts
|
./charttool genchartlist ./charts
|
||||||
mv charts.json website/src/assets/charts.json
|
mv charts.json website/src/assets/charts.json
|
||||||
|
|
||||||
|
ls -la
|
||||||
|
echo "Copying changelogs to docs"
|
||||||
|
cp -r ./changelogs ./website/src/docs/
|
||||||
|
|
||||||
export DEBUG=false
|
export DEBUG=false
|
||||||
export STRICT=true
|
export STRICT=true
|
||||||
go-yq --version
|
go-yq --version
|
||||||
|
|||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/docuseal
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/docuseal
|
||||||
- https://hub.docker.com/r/docuseal/docuseal
|
- https://hub.docker.com/r/docuseal/docuseal
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user