Skip to content

Commit 9d2756e

Browse files
committed
Update githooks/pre-commit
1 parent 9784f1d commit 9d2756e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

githooks/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ set -eu
44
osname="$(uname --operating-system)"
55
if [[ "$osname" == *"Linux" ]]; then
66
./JenkinsJobs/Linux/ZenUnitAndMetalMock-Debug-Cppcheck.sh
7-
./JenkinsJobs/Linux/ZenUnitAndMetalMock-ZenUnitDevOpsPython-Mypy-Flake8-Pylint.sh
7+
./JenkinsJobs/Linux/ZenUnitAndMetalMock-DevOpsPython.sh
88
./JenkinsJobs/Linux/ZenUnitAndMetalMock-Debug-Clang.sh
99
elif [ "$osname" == "Msys" ]; then
1010
pwsh.exe JenkinsJobs/Windows/ZenUnitAndMetalMock-Debug-Cppcheck.ps1
11-
pwsh.exe JenkinsJobs/Windows/ZenUnitAndMetalMock-ZenUnitDevOpsPython-Mypy-Flake8-Pylint.ps1
11+
pwsh.exe JenkinsJobs/Windows/ZenUnitAndMetalMock-DevOpsPython.ps1
1212
pwsh.exe JenkinsJobs/Windows/ZenUnitAndMetalMock-Debug.ps1 "OFF"
1313
fi
1414
jenkinsJobExitCode=$?

0 commit comments

Comments
 (0)