We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70043aa + 3c4a0b4 commit 027fb3eCopy full SHA for 027fb3e
test/setup/platforms/openshift4.ts
@@ -32,7 +32,7 @@ export async function setupTester(): Promise<void> {
32
OPENSHIFT_CLI_VERSION,
33
);
34
console.log('Downloading OpenShift CLI...');
35
- const response = await needle('get', downloadUrl);
+ const response = await needle('get', downloadUrl, { follow_max: 5 });
36
await extractOpenShiftCli(response.body);
37
console.log('Downloaded OpenShift CLI!');
38
}
0 commit comments