diff options
author | Tyler Davis <tydavis@gmail.com> | 2023-01-06 19:49:25 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2023-01-06 19:49:25 +0000 |
commit | 84a8c12e09424d5bb54805f4230cbe7d56996ef5 (patch) | |
tree | 7fa62352313127cb5a8f2087118b633dda3db49f | |
parent | b905e924c9b458a8dfc0b6707799f25417ab8d25 (diff) | |
download | dotfiles-84a8c12e09424d5bb54805f4230cbe7d56996ef5.tar.gz dotfiles-84a8c12e09424d5bb54805f4230cbe7d56996ef5.zip |
git: re-add docker mirror repo
-rw-r--r-- | .setup/gitlist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.setup/gitlist b/.setup/gitlist index a1ea38f..34b8d2d 100644 --- a/.setup/gitlist +++ b/.setup/gitlist @@ -306,6 +306,14 @@ "branch": "" }, { + "path": "work/docker-mirror/", + "remotes": { + "origin": "https://github.com/tydavis/docker-mirror.git", + "upstream": "https://github.com/hpe-hcss/docker-mirror.git" + }, + "branch": "" + }, + { "path": "work/hpegl-awsam-terraform-resources/", "remotes": { "origin": "https://github.com/hpe-hcss/hpegl-awsam-terraform-resources.git" |