-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6ed096
commit 1691c4b
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/bash | ||
# Produce environment variable that we can use inside out build files. | ||
# Produce environment variable that we can use inside our build files. | ||
# Mostly used to pass in environment variables to golang ldflags. | ||
# Vars with STABLE_* format cause builds to retrigger. | ||
# Vars with STABLE_* format cause builds to retrigger when evaluated | ||
# by bazel. | ||
echo "STABLE_GIT_COMMIT $(git rev-parse HEAD)" | ||
echo "STABLE_GIT_TAG $(git describe)" |