mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix gitopolis test
This commit is contained in:
parent
7e1f034749
commit
d938f12180
1 changed files with 3 additions and 3 deletions
|
@ -30,21 +30,21 @@ test:
|
||||||
tags = ["cli"]
|
tags = ["cli"]
|
||||||
[repos.remotes.origin]
|
[repos.remotes.origin]
|
||||||
name = "origin"
|
name = "origin"
|
||||||
url = "https://github.com/teaxyz/cli"
|
url = "https://github.com/pkgxdev/pkgx"
|
||||||
|
|
||||||
[[repos]]
|
[[repos]]
|
||||||
path = "lib"
|
path = "lib"
|
||||||
tags = ["cli", "lib"]
|
tags = ["cli", "lib"]
|
||||||
[repos.remotes.origin]
|
[repos.remotes.origin]
|
||||||
name = "origin"
|
name = "origin"
|
||||||
url = "https://github.com/teaxyz/lib"
|
url = "https://github.com/pkgxdev/libpkgx"
|
||||||
|
|
||||||
[[repos]]
|
[[repos]]
|
||||||
path = "docs"
|
path = "docs"
|
||||||
tags = ["docs"]
|
tags = ["docs"]
|
||||||
[repos.remotes.origin]
|
[repos.remotes.origin]
|
||||||
name = "origin"
|
name = "origin"
|
||||||
url = "https://github.com/teaxyz/docs"
|
url = "https://github.com/pkgxdev/brewkit"
|
||||||
script:
|
script:
|
||||||
- cp $FIXTURE .gitopolis.toml
|
- cp $FIXTURE .gitopolis.toml
|
||||||
- gitopolis clone
|
- gitopolis clone
|
||||||
|
|
Loading…
Reference in a new issue