Merge pull request #35175 from rothgar/issue-33765

Automatic merge from submit-queue

Fixed gcloud command in logs-generator makefile

I grepped through the code looking for `gcloud` and `push` commands and only found one Makefile missing the `--`. I added it.

fixes #33765 🐛
This commit is contained in:
Kubernetes Submit Queue
2016-10-27 01:28:04 -07:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ container:
docker build -t $(PREFIX)/logs-generator:$(TAG) .
push:
gcloud docker push $(PREFIX)/logs-generator:$(TAG)
gcloud docker -- push $(PREFIX)/logs-generator:$(TAG)
clean:
rm -f logs-generator