Commit b5ab3025 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-k3d-install-location' into 'master'

Fix location of k3d install script in QA dockerfile

See merge request gitlab-org/gitlab!36947
parents a6cc5485 b9b98f8d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment