mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 01:11:20 -03:00
wtf
This commit is contained in:
2
.github/scripts/frontmatter.sh
vendored
2
.github/scripts/frontmatter.sh
vendored
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
[ "$DEBUG" == 'true' ] && set -x
|
||||
[ "$STRICT" == 'true' ] && set -e
|
||||
|
||||
file_path="$1"
|
||||
base_cmd="yq --front-matter=process"
|
||||
|
||||
5
.github/workflows/charts-release.yaml
vendored
5
.github/workflows/charts-release.yaml
vendored
@@ -154,9 +154,12 @@ jobs:
|
||||
mkdir -p website/public/img/hotlink-ok/chart-icons || echo "chart-icons path already exists, continuing..."
|
||||
mkdir -p website/public/img/hotlink-ok/chart-icons-small || echo "chart-icons-small path already exists, continuing..."
|
||||
|
||||
export DEBUG=true
|
||||
export STRICT=true
|
||||
|
||||
for i in "${CHARTS[@]}"
|
||||
do
|
||||
DEBUG=true STRICT=true ./.github/scripts/chart-docs.sh "$i"
|
||||
./.github/scripts/chart-docs.sh "$i"
|
||||
done
|
||||
|
||||
- name: Commit Website Changes
|
||||
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/pingvin-share
|
||||
- https://hub.docker.com/r/stonith404/pingvin-share
|
||||
type: application
|
||||
version: 0.0.8
|
||||
version: 0.0.9
|
||||
|
||||
Reference in New Issue
Block a user