mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-08 03:05:27 -05:00
ci: fix workflows
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
38cc2c1ab0
commit
09969afd57
17 changed files with 74 additions and 58 deletions
2
.github/workflows/test-operator-codegen.yml
vendored
2
.github/workflows/test-operator-codegen.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: |
|
||||
dirs=$(find . \! -name . -prune -type d)
|
||||
for dir in $dirs; do
|
||||
(cd $dir; make manifests generate)
|
||||
(cd "$dir"; make manifests generate)
|
||||
done
|
||||
|
||||
- name: Check diff and fail on changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue