mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
29 lines
655 B
Text
29 lines
655 B
Text
{
|
|
"tempDir": true,
|
|
"steps": [
|
|
{
|
|
"args": "eval Deno.copyFileSync(Deno.execPath(),'./deno_copy');",
|
|
"exitCode": 0,
|
|
"output": ""
|
|
},
|
|
{
|
|
"commandName": "./deno_copy",
|
|
"args": "upgrade --force --version 1.43.2 --output ./deno_copy2",
|
|
"output": "upgrade.out",
|
|
"exitCode": 0,
|
|
"flaky": true
|
|
},
|
|
{
|
|
"commandName": "./deno_copy",
|
|
"args": ["eval", "if (Deno.version.deno === '1.43.2') { Deno.exit(1); }"],
|
|
"exitCode": 0,
|
|
"output": ""
|
|
},
|
|
{
|
|
"commandName": "./deno_copy2",
|
|
"args": "--version",
|
|
"exitCode": 0,
|
|
"output": "version.out"
|
|
}
|
|
]
|
|
}
|