Skip to content

Commit

Permalink
Moved dir
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 2, 2024
1 parent 2cd092f commit f30448f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/konflux_minikube_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stabl
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 /var/workir/bin

export PATH="/var/workdir/bin:$PATH"
cd /var/workdir/source
(
Expand Down

0 comments on commit f30448f

Please sign in to comment.