parent
dbebd13685
commit
6c23b27385
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@ jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Schemas
|
name: Schemas
|
||||||
runs-on: ["docker-x86_64"]
|
runs-on: ["docker-x86_64"]
|
||||||
env:
|
|
||||||
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
@ -59,6 +57,8 @@ jobs:
|
||||||
fileDir: $GITHUB_WORKSPACE
|
fileDir: $GITHUB_WORKSPACE
|
||||||
|
|
||||||
- name: test kubectl
|
- name: test kubectl
|
||||||
|
env:
|
||||||
|
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
|
||||||
run: |
|
run: |
|
||||||
kubectl get nodes
|
kubectl get nodes
|
||||||
- name: Download and run crd-extractor
|
- name: Download and run crd-extractor
|
||||||
|
|
Loading…
Reference in a new issue