summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorick@yorickpeterse.com>2020-08-05 15:20:00 +0200
committerYorick Peterse <yorick@yorickpeterse.com>2020-08-05 15:20:29 +0200
commitb7c9213d197ce2ad2cb64882a7a88bb0ca2458c7 (patch)
tree1614608027a0a7040d894dedea550c74db58dc54
parent5b7cbae5e1b4213787ff710fc57b704b62f91cb9 (diff)
downloadgitlab-ce-b7c9213d197ce2ad2cb64882a7a88bb0ca2458c7.tar.gz
Backport https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36947
This is needed to fix QA.
-rw-r--r--qa/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile
index 155a9761a6f..8971c582624 100644
--- a/qa/Dockerfile
+++ b/qa/Dockerfile
@@ -42,7 +42,7 @@ RUN unzip chromedriver_linux64.zip -d /usr/local/bin
# Install K3d local cluster support
# https://github.com/rancher/k3d
#
-RUN curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | TAG=v1.3.4 bash
+RUN curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v1.3.4 bash
##
# Install gcloud and kubectl CLI used in Auto DevOps test to create K8s