Skip to content

Commit

Permalink
bazel: When using workspace_status.sh, also print out stamp.sh vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed May 8, 2024
1 parent cf531ae commit 39da343
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspace_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ echo "BUILDBUDDY_LINKS [GitHub]($repo_url)"
# ROLE: if set to CI, treat as a CI build
# TEST_GROUPS: group test prefixes together, e.g. //foo/bar,//foo/baz
# BRANCH_NAME: pulled from GITHUB_REF, GITHUB_HEAD_REF, GIT_BRANCH, CI_COMMIT_BRANCH etc

# Also: print out whatever is in stamp.sh.
. stamp.sh

0 comments on commit 39da343

Please sign in to comment.