Skip to content

Commit

Permalink
test if KUBECONFIG is there
Browse files Browse the repository at this point in the history
  • Loading branch information
jweberst committed Apr 18, 2024
1 parent be78b8b commit 0ce8bc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ echo -e $KUBECONFIG

ls -l $KUBECONFIG

kubectl get deployments
pwd

ls -l /home/runner/work

kubectl auth whoami

exit 0;

0 comments on commit 0ce8bc1

Please sign in to comment.