Skip to content

Commit

Permalink
Moved bin
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 2, 2024
1 parent 2a097ea commit 1332859
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/konflux_minikube_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

set -exv

mkdir -p /container_workspace/bin
mkdir -p /var/workdir/bin

export KUBEBUILDER_ASSETS=/container_workspace/testbin/bin
export KUBEBUILDER_ASSETS=/var/workdir/testbin/bin

curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
echo "$(cat kubectl.sha256) ./kubectl" | sha256sum --check
chmod +x kubectl
mv kubectl /container_workspace/bin
export PATH="/container_workspace/bin:$PATH"
mv kubectl /var/workir/bin
export PATH="/var/workdir/bin:$PATH"

(
cd "$(mktemp -d)" &&
Expand Down

0 comments on commit 1332859

Please sign in to comment.