Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
add kube-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Oct 5, 2023
1 parent 6d3d766 commit 6198be2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,10 @@ jobs:
ami-prefix: "rc-uds-ci-k3d"
k3s: "true"

- name: Copy kubeconfig to workspace
- name: Print kubeconfig for debug
if: contains(github.event.head_commit.message, 'kube-debug')
run: |
cp ~/.kube/config ./kubeconfig
- name: Publish kubeconfig for debug
uses: actions/upload-artifact@v2
with:
name: kubeconfig
path: kubeconfig
cat ~/.kube/config
- name: Deploy bundle
run: |
Expand Down

0 comments on commit 6198be2

Please sign in to comment.