修复无法 watch configmaps 和 patch 失败问题 (#514) #525
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: deployment | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
k8s-deployemnt: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: setup env | |
run: bash tools/setup_env.sh | |
- name: test kubez-ansible installed | |
run: kubez-ansible |