From a5361cd54817716615b780e60f384fd458134da7 Mon Sep 17 00:00:00 2001 From: Gary Miguel Date: Mon, 11 Sep 2023 10:33:50 -0700 Subject: [PATCH] remove branch from workspace status script (#78) we are not using it and it fails in GitHub workflows Change-Id: I6308dd5b7090f7ddea48921eab4b1d9b4278736c --- tools/bazel_workspace_status.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/bazel_workspace_status.sh b/tools/bazel_workspace_status.sh index 042a4ee..f6f6b02 100755 --- a/tools/bazel_workspace_status.sh +++ b/tools/bazel_workspace_status.sh @@ -23,7 +23,6 @@ function revisionDesc() { } # These aren't STABLE_ because they might change without the code changing. -echo BUILD_SCM_BRANCH $(git symbolic-ref --short HEAD) echo BUILD_SCM_USER $(git config user.name) \<$(git config user.email)\> readonly rev=$(git rev-parse HEAD)