mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix gitopolis test
This commit is contained in:
parent
7e1f034749
commit
d938f12180
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue