Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Move ./print-workspace-status.sh into hack (#112)
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 12, 2018
1 parent ee94cde commit 86fa86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
run --workspace_status_command=./print-workspace-status.sh
build --workspace_status_command=./hack/print-workspace-status.sh
run --workspace_status_command=./hack/print-workspace-status.sh
test -c dbg --test_output=errors
run --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64
File renamed without changes.

0 comments on commit 86fa86e

Please sign in to comment.