Skip to content

Commit

Permalink
removing build argument from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-nice committed Feb 24, 2020
1 parent c784edb commit 48bc668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ docker-build: docker-rmi-for-build
docker build \
--tag $(GIT_REPOSITORY_NAME) \
--tag $(GIT_REPOSITORY_NAME):$(GIT_VERSION) \
--build-arg GO_BUILD_FILES=$(GIT_REPOSITORY_NAME) \
build/docker

.PHONY: docker-build-development-cache
Expand Down

0 comments on commit 48bc668

Please sign in to comment.