Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
161c01a7
Commit
161c01a7
authored
Dec 09, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Dec 09, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #38535 from caesarxuchao/precommit
Automatic merge from submit-queue Remove hack/verify-munge-docs.sh from pre-commit hooks Follow up of #38309
parents
c2aaac91
15d0984b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
pre-commit
hooks/pre-commit
+0
-12
No files found.
hooks/pre-commit
View file @
161c01a7
...
...
@@ -134,18 +134,6 @@ else
fi
echo
"
${
reset
}
"
echo
-ne
"Checking for docs that need updating... "
if
!
hack/verify-munge-docs.sh
>
/dev/null
;
then
echo
"
${
red
}
ERROR!"
echo
"Some docs are out of sync between CLI and markdown."
echo
"To regenerate docs, run:"
echo
" hack/update-munge-docs.sh"
exit_code
=
1
else
echo
"
${
green
}
OK"
fi
echo
"
${
reset
}
"
echo
-ne
"Checking for swagger type documentation that need updating... "
if
!
hack/verify-generated-swagger-docs.sh
>
/dev/null
;
then
echo
"
${
red
}
ERROR!"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment