We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9621b commit 16ed131Copy full SHA for 16ed131
.github/workflows/ci.yaml
@@ -150,9 +150,13 @@ jobs:
150
151
- name: Check auto-generated code
152
run: |
153
+ sha256 ./install/charts/dir/apiserver/charts/envoy-authz-0.1.0.tgz
154
task gen
155
if [[ -n "$(git status --porcelain)" ]]; then
156
echo "There are uncommitted changes after running 'task gen'. Please commit these changes."
157
158
+ git status --porcelain
159
+ git diff
160
exit 1
161
fi
162
0 commit comments