Skip to content

Commit

Permalink
🔧 fix k3d_root
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx committed Oct 26, 2020
1 parent e273adf commit 3e17bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CLUSTER_NAME=$2
SKIP_CLUSTER_CREATION=$3

REPO_URL="https://github.com/rancher/k3d"
K3D_ROOT="/usr/local/k3d"
K3D_ROOT="/home/runner/work/_temp/_github_home/k3d"

if [ "$K3D_VERSION" = "latest" ]; then
K3D_VERSION=$(curl -Ls -o /dev/null -w %{url_effective} "${REPO_URL}/releases/latest" | grep -oE "[^/]+$" )
Expand Down

0 comments on commit 3e17bf0

Please sign in to comment.