Skip to content

Commit

Permalink
Remove updaters legacy code
Browse files Browse the repository at this point in the history
We have not being maintaining this code and it's not used, so let's
removed it.
  • Loading branch information
joaquimrocha committed Sep 22, 2021
1 parent 916dcec commit bb094ee
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 bb094ee

Please sign in to comment.