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

Remove tscli from project. #21

Merged
merged 1 commit into from
Jan 22, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
with:
go-version: '^1.20'
- run: make test
- run: make build

14 changes: 0 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
BINDIR ?= ./bin
SCRIPTDIR := ./scripts
SHELL := /bin/bash
GOBIN := $(shell which go 2> /dev/null)
ifeq ($(GOBIN),)
Expand All @@ -10,15 +8,3 @@ endif
test:
$(GOBIN) test -v ./...

.PHONY: build
build:
make -C tscli

.PHONY: install
install: build
cp $(BINDIR)/tscli /usr/local/bin/

.PHONY: clean
clean:
rm -rf $(BINDIR)

13 changes: 0 additions & 13 deletions tscli/Makefile

This file was deleted.

42 changes: 0 additions & 42 deletions tscli/README.md

This file was deleted.

167 changes: 0 additions & 167 deletions tscli/main.go

This file was deleted.

57 changes: 0 additions & 57 deletions tscli/main_test.go

This file was deleted.

Loading