Skip to content

Commit

Permalink
Add --may-exist parameter to addition of ts
Browse files Browse the repository at this point in the history
Without --may-exist, ovn-ic-nbctl ts-add ts1 could return error
and doesn't execute the following steps of function.
Also, fix dnf --skip-broker order to pass tests

Signed-off-by: Lucas Vargas Dias <lucas.vdias@luizalabs.com>
  • Loading branch information
Lucas Vargas Dias committed Nov 28, 2024
1 parent 41c9e9e commit 16f6fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/cinc/install_fedora_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ systemctl mask \
systemd-udevd.service \
systemd-vconsole-setup.service

dnf -y install \
dnf -y install --skip-broken \
autoconf \
automake \
conntrack-tools \
Expand Down

0 comments on commit 16f6fe5

Please sign in to comment.