Skip to content

Commit

Permalink
Merge pull request IBM#10 from sboagibm/fix_yet_another_build_problem
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
fplk authored May 20, 2018
2 parents c2f0a11 + 98c1ff3 commit 90af5c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ test-submit-minikube-run-test: ## Submit test training job
kubectl get secrets -o yaml ; \
echo "Dumping Statefulsets" ; \
kubectl get statefulsets | grep learner- | awk '{print $$1}' | xargs -I '{}' kubectl get statefulsets '{}' -o yaml; \
echo "Distro version"; \
lsb_release -a || true ; \
echo "LCM:"; \
kubectl get pods | grep lcm- | awk '{print $$1}' | xargs -I '{}' kubectl logs '{}'; \
echo "Trainer:"; \
Expand Down
2 changes: 1 addition & 1 deletion commons/service/lcm.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90af5c3

Please sign in to comment.