Tag here, upload elsewhere

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-29 21:38:50 +02:00
parent ae100ef24b
commit 62afebf34e
2 changed files with 3 additions and 3 deletions

4
.github/cr.yaml vendored
View File

@@ -1,6 +1,6 @@
owner: truecharts
git-repo: charts
repo: charts
git-repo: apps
repo: apps
charts-dir: charts/*
charts_repo_url: "https://charts.truecharts.org"
excluded-charts: common-test

View File

@@ -660,7 +660,7 @@ parse_command_line() {
if [[ -z "$repo" ]]; then
echo "No repo configured, defaulting to apps" >&2
repo="charts"
repo="apps"
fi
if [[ -z "$charts_repo_url" ]]; then