Skip to content

Commit

Permalink
Rename JenkinsJobs/Windows/FileArbDevOpsPython-Mypy-Flake8-Pylint.ps1…
Browse files Browse the repository at this point in the history
… -> JenkinsJobs/Windows/FileArb-DevOpsPython-Mypy-Flake8-Pylint.ps1
  • Loading branch information
NeilJustice committed Jan 4, 2025
1 parent f982bc8 commit c281656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ "$osname" == *"Linux" ]]; then
./JenkinsJobs/Linux/FileArb-Debug-Clang.sh
elif [ "$osname" == "Msys" ]; then
pwsh.exe JenkinsJobs/Windows/FileArb-Cppcheck.ps1
pwsh.exe JenkinsJobs/Windows/FileArbDevOpsPython-Mypy-Flake8-Pylint.ps1
pwsh.exe JenkinsJobs/Windows/FileArb-DevOpsPython-Mypy-Flake8-Pylint.ps1
pwsh.exe JenkinsJobs/Windows/FileArb-Debug.ps1 "OFF"
fi
jenkinsJobExitCode=$?
Expand Down

0 comments on commit c281656

Please sign in to comment.