-tools
This commit is contained in:
parent
005b7bcfbb
commit
dfc887561e
3 changed files with 5 additions and 555 deletions
|
@ -177,6 +177,10 @@ local function release(origin: string, scopes: { wally: string?, pesde: string?
|
|||
print(`-- Pesde out:\nstdout\n{res_pesde.stdout}\nstderr\n{res_pesde.stderr}`)
|
||||
end
|
||||
|
||||
if res_pesde_rbx then
|
||||
print(`-- Pesde rbx out:\nstdout\n{res_pesde.stdout}\nstderr\n{res_pesde.stderr}`)
|
||||
end
|
||||
|
||||
if res_wally then
|
||||
print(`-- Wally out:\nstdout\n{res_wally.stdout}\nstderr\n{res_wally.stderr}`)
|
||||
end
|
||||
|
|
|
@ -82,6 +82,7 @@ local function test(origin: string): result.Identity<boolean>
|
|||
progress:nextStage() -- cleanup
|
||||
|
||||
fs.removeDir(`{origin}/test`)
|
||||
fs.removeDir(`{origin}/tools`)
|
||||
|
||||
progress:nextStage() -- metadata
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue