Skip to content

Commit

Permalink
Remove tscli from project. (#21)
Browse files Browse the repository at this point in the history
This PR removes the tscli utility from the project.
  • Loading branch information
jharshman committed Jan 22, 2024
1 parent a7e746c commit b46124e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 294 deletions.
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.

0 comments on commit b46124e

Please sign in to comment.