We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd4819 commit 96490bcCopy full SHA for 96490bc
.github/workflows/ci.yaml
@@ -150,9 +150,20 @@ jobs:
150
151
- name: Check auto-generated code
152
run: |
153
+ sha1sum ./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
+
159
160
+ tar -xzf ./install/charts/dir/apiserver/charts/envoy-authz-0.1.0.tgz
161
+ echo ./install/charts/dir/apiserver/charts/envoy-authz/Chart.yaml
162
+ sha1sum ./Chart.yaml
163
+ sha1sum ./envoy-authz/Chart.yaml
164
165
+ git status --porcelain
166
+ git diff
167
exit 1
168
fi
169
0 commit comments