Skip to content

Commit

Permalink
Remove the -e flag to docker build. (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlorenc authored Aug 16, 2018
1 parent ea86f2d commit dd9fb3c
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 @@ -90,7 +90,6 @@ coverage: $(BUILD_DIR)
release: cross docs $(BUILD_DIR)/VERSION
docker build \
-f deploy/skaffold/Dockerfile \
-e VERSION=$(VERSION) \
--cache-from gcr.io/$(GCP_PROJECT)/skaffold-builder \
-t gcr.io/$(GCP_PROJECT)/skaffold:$(VERSION) .
gsutil -m cp $(BUILD_DIR)/$(PROJECT)-* $(GSC_RELEASE_PATH)/
Expand Down

0 comments on commit dd9fb3c

Please sign in to comment.