From b9b98f8dc382c64ac21014f03aab50969357b7cc Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Wed, 15 Jul 2020 16:29:00 +0530 Subject: [PATCH] Fix location of k3d install script Signed-off-by: Balasankar "Balu" C --- qa/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/Dockerfile b/qa/Dockerfile index 7f90e4bf5bf28c..1a2e6d3edcdbf6 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -52,7 +52,7 @@ RUN rm -f chromedriver_linux64.zip # Install K3d local cluster support # https://github.com/rancher/k3d # -RUN curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | TAG="v${K3D_VERSION}" bash +RUN curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG="v${K3D_VERSION}" bash ## # Install gcloud and kubectl CLI used in Auto DevOps test to create K8s -- GitLab