Skip to content

Commit

Permalink
changed krew path
Browse files Browse the repository at this point in the history
Signed-off-by: jnjerin <[email protected]>
  • Loading branch information
jnjerin committed Nov 17, 2023
1 parent 942ea93 commit c881bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-kubectl-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
tar zxvf "${KREW}.tar.gz"
mv ./"${KREW}" $KREW_HOME
echo $KREW_HOME
ls -l $KREW_HOME/
ls -lh
$KREW_HOME install krew
ls -lh
export PATH=$KREW_HOME/bin:$PATH
kubectl krew version
Expand Down

0 comments on commit c881bf4

Please sign in to comment.