From b910d2b69f55a7c5c7ad75c49a480a6468a6fb45 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 13 Sep 2021 10:51:50 +0200 Subject: [PATCH] fix: make sure questions.yaml includes are actually included --- charts/incubator/testbed/Chart.yaml | 2 +- tools/build-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/testbed/Chart.yaml b/charts/incubator/testbed/Chart.yaml index f4aac385f66..60a5c571f38 100644 --- a/charts/incubator/testbed/Chart.yaml +++ b/charts/incubator/testbed/Chart.yaml @@ -24,4 +24,4 @@ name: testbed sources: - https://github.com/Jackett/Jackett type: application -version: 7.0.13 +version: 7.0.14 diff --git a/tools/build-release.sh b/tools/build-release.sh index b0e485fd99a..d025f3ce038 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -128,7 +128,7 @@ include_questions(){ # Replace # Include{VPN} with the standard VPN codesnippet awk 'NR==FNR { a[n++]=$0; next } /# Include{VPN}/ { for (i=0;i tmp && mv tmp ${target}/questions.yaml } clean_catalog() {