Skip to content

Commit

Permalink
dep vendor duiring build
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-d committed Sep 27, 2024
1 parent 71be38d commit 4b6598f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ build: clean wire
-X 'github.com/devtron-labs/devtron/util.BuildTime=${BUILD_TIME}' \
-X 'github.com/devtron-labs/devtron/util.ServerMode=${SERVER_MODE_FULL}'"

mod:
go mod vendor

wire:
wire

Expand Down Expand Up @@ -54,7 +57,7 @@ docker-build-push: docker-build-image

#############################################################################

build-all: build
build-all: mod build
make --directory ./cmd/external-app build

build-ea:
Expand Down

0 comments on commit 4b6598f

Please sign in to comment.