mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
We no longer need to skip pre-commit hooks on branch builds
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
7414b5eb16
commit
5765b31dd7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if (env.CHANGE_ID) {
|
|||
pre_commit_skips = ''
|
||||
} else {
|
||||
// This is a branch build
|
||||
pre_commit_skips = 'pyupgrade,remove-import-headers,rstcheck'
|
||||
pre_commit_skips = ''
|
||||
}
|
||||
|
||||
runPreCommit(
|
||||
|
|
Loading…
Add table
Reference in a new issue