We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9784f1d commit 9d2756eCopy full SHA for 9d2756e
githooks/pre-commit
@@ -4,11 +4,11 @@ set -eu
4
osname="$(uname --operating-system)"
5
if [[ "$osname" == *"Linux" ]]; then
6
./JenkinsJobs/Linux/ZenUnitAndMetalMock-Debug-Cppcheck.sh
7
- ./JenkinsJobs/Linux/ZenUnitAndMetalMock-ZenUnitDevOpsPython-Mypy-Flake8-Pylint.sh
+ ./JenkinsJobs/Linux/ZenUnitAndMetalMock-DevOpsPython.sh
8
./JenkinsJobs/Linux/ZenUnitAndMetalMock-Debug-Clang.sh
9
elif [ "$osname" == "Msys" ]; then
10
pwsh.exe JenkinsJobs/Windows/ZenUnitAndMetalMock-Debug-Cppcheck.ps1
11
- pwsh.exe JenkinsJobs/Windows/ZenUnitAndMetalMock-ZenUnitDevOpsPython-Mypy-Flake8-Pylint.ps1
+ pwsh.exe JenkinsJobs/Windows/ZenUnitAndMetalMock-DevOpsPython.ps1
12
pwsh.exe JenkinsJobs/Windows/ZenUnitAndMetalMock-Debug.ps1 "OFF"
13
fi
14
jenkinsJobExitCode=$?
0 commit comments