Skip to content

Commit

Permalink
print kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Nov 4, 2023
1 parent 7514582 commit 6e94099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
KUBECONFIG: ${{ secrets.KUBECONFIG }}
run: |
mkdir ~/.kube
echo $KUBECONFIG
echo $KUBECONFIG > ~/.kube/config
cat ~/.kube/config
- name: Test
run: |
Expand Down

0 comments on commit 6e94099

Please sign in to comment.