Skip to content

Commit

Permalink
remove branch from workspace status script (#78)
Browse files Browse the repository at this point in the history
we are not using it and it fails in GitHub workflows

Change-Id: I6308dd5b7090f7ddea48921eab4b1d9b4278736c
  • Loading branch information
garymm authored Sep 11, 2023
1 parent d90fd30 commit a5361cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/bazel_workspace_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a5361cd

Please sign in to comment.