mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-29 17:38:12 -07:00
Successful upload.
This commit is contained in:
parent
779d8d7b8a
commit
49dac2a6b3
2 changed files with 149 additions and 136 deletions
|
@ -70,6 +70,7 @@ private class Main @Inject constructor(
|
|||
}
|
||||
|
||||
public fun run(jc: JCommander, args: Args, argv: Array<String>): Int {
|
||||
// github.uploadRelease()
|
||||
|
||||
//
|
||||
// Add all the repos from repo contributors (at least those that return values without a Project)
|
||||
|
@ -91,7 +92,6 @@ private class Main @Inject constructor(
|
|||
var result = 0
|
||||
val latestVersionFuture = github.latestKobaltVersion
|
||||
val seconds = benchmark("build", {
|
||||
// runTest()
|
||||
try {
|
||||
result = runWithArgs(jc, args, argv)
|
||||
} catch(ex: KobaltException) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue