Skip to content

Commit

Permalink
Remove hack/tools (#308)
Browse files Browse the repository at this point in the history
* Remove hack/tools

This was used to install go-swagger, but we don't use it anymore

Signed-off-by: Nathan Smith <nathan@nfsmith.ca>
  • Loading branch information
nsmith5 authored Jan 5, 2022
1 parent e89cdd0 commit 11b0c0d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,014 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ all: fulcio
# Ensure Make is run with bash shell as some syntax below is bash-specific
SHELL:=/usr/bin/env bash

OPENAPIDEPS = openapi.yaml
SRCS = $(shell find cmd -iname "*.go") $(shell find pkg -iname "*.go")
TOOLS_DIR := hack/tools
TOOLS_BIN_DIR := $(abspath $(TOOLS_DIR)/bin)
BIN_DIR := $(abspath $(ROOT_DIR)/bin)

# Set version variables for LDFLAGS
Expand Down Expand Up @@ -59,7 +56,6 @@ test:

clean:
rm -rf dist
rm -rf hack/tools/bin
rm -rf fulcio

up:
Expand All @@ -78,7 +74,6 @@ debug:
.PHONY: modules
modules: ## Runs go mod to ensure modules are up to date.
go mod tidy
cd $(TOOLS_DIR); go mod tidy

# --------------------------------------
## Release
Expand Down
5 changes: 0 additions & 5 deletions hack/tools/go.mod

This file was deleted.

Loading

0 comments on commit 11b0c0d

Please sign in to comment.