Skip to content

Commit

Permalink
Merge pull request #377 from niladrih/ci
Browse files Browse the repository at this point in the history
fix(ci): remove 'go mod vendor'
  • Loading branch information
niladrih authored Jul 26, 2023
2 parents f62f694 + 6bf2074 commit 24faf97
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,9 @@ _build_check_docker:
&& exit 1; \
fi;


mod: go.mod go.sum
@echo "INFO:\tVendor update"
@GO111MODULE=on go mod download
@GO111MODULE=on go mod vendor

deps: _build_check_go _build_check_docker mod
deps: _build_check_go _build_check_docker
@echo "INFO:\tVerifying dependencies for jiva"
go mod tidy

_run_ci: test_functional test_features test_resiliency
@echo "INFO:\tRun ci over jiva image"
Expand Down

0 comments on commit 24faf97

Please sign in to comment.