Fix check-release-excludes for public/docs dir
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
parent
ec6db6b516
commit
1ac90d3d3b
@ -36,7 +36,7 @@ validateExtension() {
|
||||
extension="${filename##*.}"
|
||||
|
||||
case $pathWithoutFirst in
|
||||
docs/*)
|
||||
public/docs/*)
|
||||
if [ "${extension}" != "png" ] && [ "${extension}" != "txt" ] &&
|
||||
[ "${extension}" != "html" ] && [ "${extension}" != "js" ] &&
|
||||
[ "${extension}" != "css" ] && [ "${extension}" != "gif" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user