Tag here, upload elsewhere
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
owner: truecharts
|
owner: truecharts
|
||||||
git-repo: charts
|
git-repo: apps
|
||||||
repo: charts
|
repo: apps
|
||||||
charts-dir: charts/*
|
charts-dir: charts/*
|
||||||
charts_repo_url: "https://charts.truecharts.org"
|
charts_repo_url: "https://charts.truecharts.org"
|
||||||
excluded-charts: common-test
|
excluded-charts: common-test
|
||||||
|
|||||||
@@ -660,7 +660,7 @@ parse_command_line() {
|
|||||||
|
|
||||||
if [[ -z "$repo" ]]; then
|
if [[ -z "$repo" ]]; then
|
||||||
echo "No repo configured, defaulting to apps" >&2
|
echo "No repo configured, defaulting to apps" >&2
|
||||||
repo="charts"
|
repo="apps"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "$charts_repo_url" ]]; then
|
if [[ -z "$charts_repo_url" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user