Skip to content

Commit

Permalink
DE kubectl get nodes test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Oct 31, 2023
1 parent 51fedbe commit 4e2483f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dynamic_enviroment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: |
mkdir -p $GITHUB_WORKSPACE/.kube
echo "$KUBE_CONFIG" | base64 --decode > $GITHUB_WORKSPACE/.kube/config
export KUBECONFIG="$GITHUB_WORKSPACE/.kube/config"
- name: Deploy to K8s
run: kubectl --kubeconfig="$KUBECONFIG" get nodes
run: kubectl --kubeconfig "$GITHUB_WORKSPACE/.kube/config" get nodes

0 comments on commit 4e2483f

Please sign in to comment.