Skip to content

Fix failure in integration tests

Romuald Atchadé requested to merge investigate-pipeline-failure into main

What does this MR do?

Fix the integration test failure.

Before this change, the integration test failed with the following error

$ curl -Lo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.20.4/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl
curl: (48) An unknown option was passed in to libcurl
$ curl -Lo /usr/local/bin/kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 && chmod +x /usr/local/bin/kind
curl: (48) An unknown option was passed in to libcurl

Adding the curl-dev lib fixed the issue.

Why was this MR needed?

Have a passing pipeline

What's the best way to test this MR?

Successful pipeline

What are the relevant issue numbers?

Merge request reports