Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .scripts/actions/install_boil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ else
fi

sudo install -m 755 -t /usr/local/bin /tmp/boil
rm -rf /tmp/boil
1 change: 1 addition & 0 deletions .scripts/actions/install_helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fi
tar --directory="/tmp/helm" --strip-components=1 -zxvf /tmp/helm/helm.tar.gz "${PLATFORM}-${ARCH}"
# Overwrite the existing binary
sudo install -m 755 -t /usr/local/bin /tmp/helm/helm
rm -rf /tmp/helm

helm version --short
echo "::endgroup::"
1 change: 1 addition & 0 deletions .scripts/actions/install_interu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ else
fi

sudo install -m 755 -t /usr/local/bin /tmp/interu
rm -rf /tmp/interu
1 change: 1 addition & 0 deletions .scripts/actions/install_kubectl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ echo "::group::Install kubectl"
curl -fsSL -o /tmp/kubectl "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl"
# Overwrite the existing binary
sudo install -m 755 -t /usr/local/bin /tmp/kubectl
rm -rf /tmp/kubectl

kubectl version --client
echo "::endgroup::"
1 change: 1 addition & 0 deletions .scripts/actions/install_kubectl_kuttl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ ARCH=$(uname -m)
echo "::group::Install kubectl-kuttl"
curl -fsSL -o /tmp/kubectl-kuttl "https://github.com/kudobuilder/kuttl/releases/download/v$KUTTL_VERSION/kubectl-kuttl_${KUTTL_VERSION}_linux_${ARCH}"
sudo install -m 755 -t /usr/local/bin /tmp/kubectl-kuttl
rm -rf /tmp/kubectl-kuttl
echo "::endgroup::"
1 change: 1 addition & 0 deletions .scripts/actions/install_prek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fi

tar --directory="/tmp/prek" --strip-components=1 -zxvf /tmp/prek/prek.tar.gz "prek-${ARCH}-unknown-linux-gnu/prek"
sudo install -m 755 -t /usr/local/bin /tmp/prek/prek
rm -rf /tmp/prek

prek --version
echo "::endgroup::"
1 change: 1 addition & 0 deletions .scripts/actions/install_stackablectl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ else
fi

sudo install -m 755 -t /usr/local/bin /tmp/stackablectl
rm -rf /tmp/stackablectl