14 lines
278 B
YAML
Executable File
14 lines
278 B
YAML
Executable File
steps:
|
|
- command: "ci/testnet-automation.sh"
|
|
label: "run testnet"
|
|
agents:
|
|
- "queue=testnet-deploy"
|
|
|
|
- wait: ~
|
|
continue_on_failure: true
|
|
|
|
- command: "ci/testnet-automation-cleanup.sh"
|
|
label: "delete testnet"
|
|
agents:
|
|
- "queue=testnet-deploy"
|