Skip to content

Commit

Permalink
extra debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jul 27, 2023
1 parent 19195e6 commit 50e6e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/bazelify_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ genrule(
"grpc_repo_archive.tar.gz",
"grpc_repo_archive_with_submodules.tar.gz",
],
cmd = "$(location grpc_repo_archive.sh) $(location grpc_repo_archive.tar.gz) $(location grpc_repo_archive_with_submodules.tar.gz)",
cmd = "$(location grpc_repo_archive.sh) $(location grpc_repo_archive.tar.gz) $(location grpc_repo_archive_with_submodules.tar.gz) 1>&2",
local = True,
stamp = 1,
tags = [
Expand Down
2 changes: 1 addition & 1 deletion tools/bazelify_tests/grpc_repo_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -e
set -ex

ARCHIVE_WO_SUBMODULES="$1"
ARCHIVE_WITH_SUBMODULES="$2"
Expand Down

0 comments on commit 50e6e1f

Please sign in to comment.