Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Oct 8, 2020
1 parent 840cb7c commit e558b8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ update_tools:
@echo "--> Updating tools"
@go get -u $(GOTOOLS)

#Run this from CI
get_vendor_deps:
@rm -rf vendor/
@echo "--> Running dep"
@go mod vendor

#Run this locally.
ensure_deps:
@rm -rf vendor/
Expand Down
6 changes: 0 additions & 6 deletions scripts/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ mkdir -p build/pkg
GIT_COMMIT="$(git rev-parse --short=8 HEAD)"
GIT_IMPORT="github.com/MinterTeam/minter-go-node/version"

# Make sure build tools are available.
make get_tools

# Get VENDORED dependencies
make get_vendor_deps

#packr

# Build!
Expand Down

0 comments on commit e558b8d

Please sign in to comment.