Skip to content

Commit a736c44

Browse files
Remove debug options
1 parent 8e223da commit a736c44

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
run: |
234234
source venvs/kayobe/bin/activate &&
235235
source src/kayobe-config/kayobe-env --environment ci-builder &&
236-
kayobe playbook run src/kayobe-config/etc/kayobe/ansible/build-ofed-rocky.yml -vvv
236+
kayobe playbook run src/kayobe-config/etc/kayobe/ansible/build-ofed-rocky.yml
237237
env:
238238
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
239239
TERM: linux

etc/kayobe/ansible/build-ofed-rocky.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
- rpm-build
2323
- automake
2424
- patch
25-
- kernel
2625
- kernel-devel
2726
- autoconf
2827
- pciutils

0 commit comments

Comments
 (0)