aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/local/test.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-07-31 15:27:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-07-31 15:31:09 +0300
commit7673441ec04cba3123aceeb69c03e001a6af888c (patch)
tree77aca4040e5d1722a913f997e7706a8095fe9a64 /.ci/local/test.sh
parentcgitize.config: allow passing secrets via environment (diff)
downloadcgitize-7673441ec04cba3123aceeb69c03e001a6af888c.tar.gz
cgitize-7673441ec04cba3123aceeb69c03e001a6af888c.zip
factor various "repository" classes into Repo
Some other refactoring efforts are included.
Diffstat (limited to '.ci/local/test.sh')
-rwxr-xr-x.ci/local/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/local/test.sh b/.ci/local/test.sh
index 8826ff4..e78a4be 100755
--- a/.ci/local/test.sh
+++ b/.ci/local/test.sh
@@ -74,7 +74,7 @@ setup_cgitize_toml() {
output = "$output_dir"
[repositories.test_repo]
-id = "test_repo"
+name = "test_repo"
clone_url = "$upstream_repo_dir"
EOF
}