Skip to content

Commit

Permalink
fix(ci): remove 'go mod vendor'
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Jul 26, 2023
1 parent 997bf3c commit 9b37a55
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,7 @@ _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"

_run_ci: test_functional test_features test_resiliency
Expand Down

0 comments on commit 9b37a55

Please sign in to comment.