Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ build: clean wire
-X 'github.com/devtron-labs/devtron/util.ServerMode=${SERVER_MODE_FULL}'"

wire:
export GOFLAGS=-buildvcs=false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this backward compatible, will this work on prior releases than shallow clone

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it's backward compatible

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay

wire

clean:
rm -f devtron
rm -rf devtron

test-all: test-unit
echo 'test cases ran successfully'
Expand Down
3 changes: 2 additions & 1 deletion cmd/external-app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ build: clean wire
-X 'github.com/devtron-labs/devtron/util.ServerMode=${SERVER_MODE_EA_ONLY}'"

wire:
export GOFLAGS=-buildvcs=false
wire

clean:
rm -f devtron-ea
rm -rf devtron-ea

run: build
./devtron-ea
Expand Down