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
4d70ec95
Commit
4d70ec95
authored
Jun 05, 2017
by
David McMahon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate docs (if necessary) during cherry-pick operations.
parent
0cff8393
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
cherry_pick_pull.sh
hack/cherry_pick_pull.sh
+9
-0
No files found.
hack/cherry_pick_pull.sh
View file @
4d70ec95
...
@@ -183,6 +183,15 @@ for pull in "${PULLS[@]}"; do
...
@@ -183,6 +183,15 @@ for pull in "${PULLS[@]}"; do
done
done
gitamcleanup
=
false
gitamcleanup
=
false
# Re-generate docs (if needed)
echo
echo
"Regenerating docs..."
if
!
hack/generate-docs.sh
;
then
echo
echo
"hack/generate-docs.sh FAILED to complete."
exit
1
fi
if
[[
-n
"
${
DRY_RUN
}
"
]]
;
then
if
[[
-n
"
${
DRY_RUN
}
"
]]
;
then
echo
"!!! Skipping git push and PR creation because you set DRY_RUN."
echo
"!!! Skipping git push and PR creation because you set DRY_RUN."
echo
"To return to the branch you were in when you invoked this script:"
echo
"To return to the branch you were in when you invoked this script:"
...
...
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