builds
This commit is contained in:
parent
6cf28f0591
commit
b952bb8adb
3
main.go
3
main.go
|
@ -48,8 +48,7 @@ func main() {
|
||||||
deps := check.GoDeps.SortByGoPath()
|
deps := check.GoDeps.SortByGoPath()
|
||||||
for deps.Scan() {
|
for deps.Scan() {
|
||||||
depRepo := deps.Next()
|
depRepo := deps.Next()
|
||||||
log.Info("download:", depRepo.GoPath)
|
log.Info("check has dep:", depRepo.GoPath)
|
||||||
_, err := forge.Build(depRepo.GoPath)
|
|
||||||
}
|
}
|
||||||
okExit("skipping build of " + argv.Repo)
|
okExit("skipping build of " + argv.Repo)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue