mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-06-18 07:06:17 +08:00
fix(ci): fix release pipeline again
This commit is contained in:
5
.github/scripts/build-catalog.sh
vendored
5
.github/scripts/build-catalog.sh
vendored
@@ -4,6 +4,11 @@ set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
patch_apps() {
|
||||
local chart="$1"
|
||||
local chartname="$2"
|
||||
local train="$3"
|
||||
local chartversion="$4"
|
||||
local target="catalog/${train}/${chartname}/${chartversion}"
|
||||
# Copy changelog from website
|
||||
if [[ ! -f "website/docs/charts/${train}/${chartname}/CHANGELOG.md" ]]; then
|
||||
touch "website/docs/charts/${train}/${chartname}/CHANGELOG.md"
|
||||
|
||||
Reference in New Issue
Block a user