Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove migrationcli code and relevant makefile code #2457

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ vendor/

# binaries
release/
cmd/migrationcli/migrationcli
cmd/relayproxy/relayproxy
tmp/

Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ RESET := $(shell tput -Txterm sgr0)

all: help
## Build:
build: build-migrationcli build-relayproxy build-lint build-editor-api build-jsonschema-generator ## Build all the binaries and put the output in out/bin/
build: build-relayproxy build-lint build-editor-api build-jsonschema-generator ## Build all the binaries and put the output in out/bin/

create-out-dir:
mkdir -p out/bin

build-migrationcli: create-out-dir ## Build the migration cli in out/bin/
CGO_ENABLED=0 GO111MODULE=on $(GOCMD) build -mod vendor -o out/bin/migrationcli ./cmd/migrationcli/

build-relayproxy: create-out-dir ## Build the relay proxy in out/bin/
CGO_ENABLED=0 GO111MODULE=on $(GOCMD) build -mod vendor -o out/bin/relayproxy ./cmd/relayproxy/

Expand Down
3 changes: 0 additions & 3 deletions cmd/migrationcli/Dockerfile

This file was deleted.

43 changes: 0 additions & 43 deletions cmd/migrationcli/README.md

This file was deleted.

106 changes: 0 additions & 106 deletions cmd/migrationcli/converter/converter.go

This file was deleted.

170 changes: 0 additions & 170 deletions cmd/migrationcli/converter/converter_test.go

This file was deleted.

49 changes: 0 additions & 49 deletions cmd/migrationcli/main.go

This file was deleted.

Loading
Loading