Commit b9b98f8d authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Fix location of k3d install script

Signed-off-by: default avatarBalasankar "Balu" C <balasankarc@autistici.org>
parent f9f7cbaa
...@@ -52,7 +52,7 @@ RUN rm -f chromedriver_linux64.zip ...@@ -52,7 +52,7 @@ RUN rm -f chromedriver_linux64.zip
# Install K3d local cluster support # Install K3d local cluster support
# https://github.com/rancher/k3d # 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 # 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