mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix Jenkins test failure
Add build_shar.sh to list of files permitted to be u+x in the git repo.
This commit is contained in:
parent
eec7b9bff5
commit
697f4bf1ce
@ -50,7 +50,8 @@ EXEMPT_FILES = ['setup.py',
|
||||
'post-update.sample',
|
||||
'prepare-commit-msg.sample',
|
||||
'applypatch-msg.sample',
|
||||
'master.py']
|
||||
'master.py',
|
||||
'build_shar.sh']
|
||||
|
||||
EXEMPT_DIRS = ['tests', '.git', 'doc']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user