We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 878f6da + 040a53b commit b3552caCopy full SHA for b3552ca
jobs/scripts/checkpatch.sh
@@ -25,7 +25,7 @@ fi
25
job_url="${JENKINS_URL}/job/checkpatch/${BUILD_NUMBER}/console"
26
27
# Install git-clang-format
28
-sudo dnf -qy git-clang-format
+yum -y install git-clang-format
29
30
pushd nfs-ganesha
31
git clang-format -v \
tests/verify-yaml.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-jenkins-jobs test globals/macro:jobs
+jenkins-jobs test globals/macros:jobs
0 commit comments