fix(ci): fix release pipeline again
This commit is contained in:
@@ -4,6 +4,11 @@ set -o nounset
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
patch_apps() {
|
patch_apps() {
|
||||||
|
local chart="$1"
|
||||||
|
local chartname="$2"
|
||||||
|
local train="$3"
|
||||||
|
local chartversion="$4"
|
||||||
|
local target="catalog/${train}/${chartname}/${chartversion}"
|
||||||
# Copy changelog from website
|
# Copy changelog from website
|
||||||
if [[ ! -f "website/docs/charts/${train}/${chartname}/CHANGELOG.md" ]]; then
|
if [[ ! -f "website/docs/charts/${train}/${chartname}/CHANGELOG.md" ]]; then
|
||||||
touch "website/docs/charts/${train}/${chartname}/CHANGELOG.md"
|
touch "website/docs/charts/${train}/${chartname}/CHANGELOG.md"
|
||||||
|
|||||||
@@ -35,4 +35,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jackett
|
- https://github.com/truecharts/charts/tree/master/charts/stable/jackett
|
||||||
- https://ghcr.io/linuxserver/jackett
|
- https://ghcr.io/linuxserver/jackett
|
||||||
type: application
|
type: application
|
||||||
version: 18.2.2
|
version: 18.2.3
|
||||||
|
|||||||
Reference in New Issue
Block a user