Closed abrisco closed 2 years ago
This should cover cases where the workspace root contains bazel-*${WORKSPACE_NAME} paths. This particular pattern is hard to know in advance since ${WORKSPACE_NAME} depends on the workspace itself. The glob accounts for this.
bazel-*${WORKSPACE_NAME}
${WORKSPACE_NAME}
This should cover cases where the workspace root contains
bazel-*${WORKSPACE_NAME}
paths. This particular pattern is hard to know in advance since${WORKSPACE_NAME}
depends on the workspace itself. The glob accounts for this.