diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 15:27:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 15:31:09 +0300 |
commit | 7673441ec04cba3123aceeb69c03e001a6af888c (patch) | |
tree | 77aca4040e5d1722a913f997e7706a8095fe9a64 /.ci/local/test.sh | |
parent | cgitize.config: allow passing secrets via environment (diff) | |
download | cgitize-7673441ec04cba3123aceeb69c03e001a6af888c.tar.gz cgitize-7673441ec04cba3123aceeb69c03e001a6af888c.zip |
factor various "repository" classes into Repo
Some other refactoring efforts are included.
Diffstat (limited to '')
-rwxr-xr-x | .ci/local/test.sh | 2 |
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 } |