mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
# Show us information about failures.
|
|
build --verbose_failures
|
|
test --test_output=errors
|
|
|
|
# Include git version info
|
|
build --workspace_status_command hack/print-workspace-status.sh
|