Skip to content

Commit

Permalink
Merge pull request kubernetes#193 from david-mcmahon/unversioned
Browse files Browse the repository at this point in the history
Remove sed operation on deleted file.
  • Loading branch information
david-mcmahon authored Nov 4, 2016
2 parents a6f83af + 0ae2ca3 commit 8c8a4d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions anago
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,6 @@ mungedocs () {
logecho -n "Munge docs for new branch $RELEASE_BRANCH: "
sed -i 's,\(const latestReleaseBranch =\).*,\1 "'$RELEASE_BRANCH'",g' \
cmd/mungedocs/mungedocs.go
sed -i "s/release-[0-9]\{1,\}\.[0-9]\{1,\}/$RELEASE_BRANCH/g" \
cmd/mungedocs/unversioned_warning_test.go
logrun -s $TREE_ROOT/hack/update-munge-docs.sh
logecho -n "Committing: "
logrun -s git commit -am \
Expand Down

0 comments on commit 8c8a4d4

Please sign in to comment.