fix gitopolis test

This commit is contained in:
Jacob Heider 2024-02-01 21:53:56 -05:00
parent 7e1f034749
commit d938f12180
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -30,21 +30,21 @@ test:
tags = ["cli"]
[repos.remotes.origin]
name = "origin"
url = "https://github.com/teaxyz/cli"
url = "https://github.com/pkgxdev/pkgx"
[[repos]]
path = "lib"
tags = ["cli", "lib"]
[repos.remotes.origin]
name = "origin"
url = "https://github.com/teaxyz/lib"
url = "https://github.com/pkgxdev/libpkgx"
[[repos]]
path = "docs"
tags = ["docs"]
[repos.remotes.origin]
name = "origin"
url = "https://github.com/teaxyz/docs"
url = "https://github.com/pkgxdev/brewkit"
script:
- cp $FIXTURE .gitopolis.toml
- gitopolis clone