mirror of
https://github.com/tale/headplane.git
synced 2026-09-03 10:48:17 +00:00
Conditionally skip node reassignment test where version >= 0.28.0
This commit is contained in:
@@ -43,6 +43,11 @@ export async function getRuntimeClient(version: Version) {
|
||||
return bootstrap.getRuntimeClient(env.apiKey);
|
||||
}
|
||||
|
||||
export async function getIsAtLeast(version: Version) {
|
||||
const { env, bootstrap } = await ensureVersion(version);
|
||||
return bootstrap.clientHelpers.isAtleast;
|
||||
}
|
||||
|
||||
export async function getNode(version: Version) {
|
||||
const { tailscaleNode } = await ensureVersion(version);
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user