Skip to content

Commit 16ed131

Browse files
committed
ci(dir): add log
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent ef9621b commit 16ed131

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,13 @@ jobs:
150150

151151
- name: Check auto-generated code
152152
run: |
153+
sha256 ./install/charts/dir/apiserver/charts/envoy-authz-0.1.0.tgz
153154
task gen
154155
if [[ -n "$(git status --porcelain)" ]]; then
155156
echo "There are uncommitted changes after running 'task gen'. Please commit these changes."
157+
sha256 ./install/charts/dir/apiserver/charts/envoy-authz-0.1.0.tgz
158+
git status --porcelain
159+
git diff
156160
exit 1
157161
fi
158162

0 commit comments

Comments
 (0)