Skip to content

Commit

Permalink
Move ./print-workspace-status.sh into hack (knative#38)
Browse files Browse the repository at this point in the history
Works around: bazelbuild/bazel#5002
  • Loading branch information
mattmoor authored and google-prow-robot committed Apr 11, 2018
1 parent 4159e0a commit f91cdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build --workspace_status_command=./print-workspace-status.sh
build --workspace_status_command=./hack/print-workspace-status.sh
test --test_output=errors
run --workspace_status_command=./print-workspace-status.sh
run --workspace_status_command=./hack/print-workspace-status.sh
run --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64
23 changes: 0 additions & 23 deletions print-workspace-status.sh

This file was deleted.

0 comments on commit f91cdc6

Please sign in to comment.