Skip to content

Commit

Permalink
remove docs target from all target
Browse files Browse the repository at this point in the history
fixes flanksource#34 . this is due to the fact that docs target
tries to push to the main repo and not everyone has
access to it, but they will run make and hit an error
due to this
  • Loading branch information
karuppiah7890 committed Feb 10, 2020
1 parent c42cb57 commit ecd0b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ifeq ($(VERSION),)
VERSION := $(shell git describe --tags)
endif

all: test docs integration
all: test integration

.PHONY: clean
clean:
Expand Down

0 comments on commit ecd0b5a

Please sign in to comment.