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) {
|
||||
console.log(JSON.stringify(result, null, 2));
|
||||
return;
|
||||
}
|
||||
|
||||
// Keep running; governance install may still be valid for pre-existing entitlements.
|
||||
} else {
|
||||
const checkoutConfirmRes = await requestJSON(
|
||||
"POST",
|
||||
"/marketplace/checkout/confirm",
|
||||
@ -372,6 +370,7 @@ async function main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const installTokenRes = await requestJSON(
|
||||
"POST",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user