Skip to content

Commit

Permalink
Merge pull request #481 from kinvolk/no_updaters
Browse files Browse the repository at this point in the history
Remove updaters legacy code
  • Loading branch information
joaquimrocha authored Sep 22, 2021
2 parents 3720fdd + bb094ee commit 83bbb50
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 278 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ backend-binary: run-generators build-backend-binary
.PHONY: test-clean-work-tree-backend
test-clean-work-tree-backend:
@cd backend && \
if ! git diff --quiet -- go.mod go.sum pkg cmd updaters tools/tools.go; then \
if ! git diff --quiet -- go.mod go.sum pkg cmd tools/tools.go; then \
echo; \
echo 'Working tree of backend code is not clean'; \
echo; \
Expand Down
116 changes: 0 additions & 116 deletions updaters/examples/demo/demo.go

This file was deleted.

161 changes: 0 additions & 161 deletions updaters/lib/go/helpers.go

This file was deleted.

0 comments on commit 83bbb50

Please sign in to comment.