We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255f226 commit ebd8420Copy full SHA for ebd8420
.github/workflows/package-build-ofed.yml
@@ -200,7 +200,7 @@ jobs:
200
run: |
201
source venvs/kayobe/bin/activate &&
202
source src/kayobe-config/kayobe-env --environment ci-builder &&
203
- kayobe seed host command run --become --command "dnf distro-sync --refresh"
+ kayobe seed host command run --become --command "dnf distro-sync --refresh --assumeyes"
204
env:
205
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
206
0 commit comments