diff options
author | Tyler Davis <tydavis@gmail.com> | 2023-03-21 20:41:00 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2023-03-21 20:41:00 +0000 |
commit | 99228391c27fc6a29b9910dddbf3eef02add1a3f (patch) | |
tree | 74d92323b49f8dd53cc303f187aac55317242c4a /.setup/gitlist | |
parent | 56f35f3150e8ec77471789f858db8c60f47a230f (diff) | |
download | dotfiles-99228391c27fc6a29b9910dddbf3eef02add1a3f.tar.gz dotfiles-99228391c27fc6a29b9910dddbf3eef02add1a3f.zip |
git: add new service template
Diffstat (limited to '.setup/gitlist')
-rw-r--r-- | .setup/gitlist | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.setup/gitlist b/.setup/gitlist index bee7a7a..fd74564 100644 --- a/.setup/gitlist +++ b/.setup/gitlist @@ -329,14 +329,6 @@ "branch": "" }, { - "path": "work/go-build/", - "remotes": { - "origin": "https://github.com/tydavis/go-build.git", - "upstream": "https://github.com/hpe-hcss/go-build.git" - }, - "branch": "" - }, - { "path": "work/iam/authorization/", "remotes": { "origin": "https://github.com/tydavis/authorization.git", @@ -375,6 +367,14 @@ "branch": "" }, { + "path": "work/service-template/", + "remotes": { + "origin": "https://github.com/tydavis/service-template.git", + "upstream": "https://github.com/hpe-hcss/service-template.git" + }, + "branch": "" + }, + { "path": "work/trackchanges/", "remotes": { "origin": "https://github.com/tydavis/trackchanges.git", |