We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38019e commit 9472d89Copy full SHA for 9472d89
2 files changed
.ci/fedora/get_fedora_deps.sh
@@ -7,7 +7,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
7
pushd $SCRIPT_DIR
8
9
dnf -y --setopt=install_weak_deps=False --setopt=tsflags='' \
10
- --nogpgcheck --skip-broken --quiet install \
+ --nogpgcheck --quiet install --skip-broken \
11
python3-black \
12
clang \
13
clang-analyzer \
fedora/tests.yml
@@ -10,7 +10,7 @@
- classic
tasks:
- name: Make sure fedpkg and selinux bindings are installed
- shell: dnf -y install fedpkg python{2,3}-libselinux libmodulemd-devel --skip-broken
+ shell: dnf -y install --skip-broken fedpkg python{2,3}-libselinux libmodulemd-devel
14
- name: Copy spec file to remote machine
15
copy:
16
src: "{{ playbook_dir }}/../libmodulemd.spec"
0 commit comments