Skip to content

Commit b3552ca

Browse files
Merge pull request #88 from psathyan/fixCheckJob
Fix package install issue with checkpatch
2 parents 878f6da + 040a53b commit b3552ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jobs/scripts/checkpatch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
job_url="${JENKINS_URL}/job/checkpatch/${BUILD_NUMBER}/console"
2626

2727
# Install git-clang-format
28-
sudo dnf -qy git-clang-format
28+
yum -y install git-clang-format
2929

3030
pushd nfs-ganesha
3131
git clang-format -v \

tests/verify-yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
jenkins-jobs test globals/macro:jobs
3+
jenkins-jobs test globals/macros:jobs

0 commit comments

Comments
 (0)