Continue control-plane smoke after checkout skips
Some checks are pending
check / contracts (push) Waiting to run
Some checks are pending
check / contracts (push) Waiting to run
This commit is contained in:
parent
af4f7796e7
commit
b918bad769
@ -322,10 +322,8 @@ async function main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!checkoutTxHash) {
|
if (!checkoutTxHash) {
|
||||||
console.log(JSON.stringify(result, null, 2));
|
// Keep running; governance install may still be valid for pre-existing entitlements.
|
||||||
return;
|
} else {
|
||||||
}
|
|
||||||
|
|
||||||
const checkoutConfirmRes = await requestJSON(
|
const checkoutConfirmRes = await requestJSON(
|
||||||
"POST",
|
"POST",
|
||||||
"/marketplace/checkout/confirm",
|
"/marketplace/checkout/confirm",
|
||||||
@ -372,6 +370,7 @@ async function main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const installTokenRes = await requestJSON(
|
const installTokenRes = await requestJSON(
|
||||||
"POST",
|
"POST",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user