Skip to content

Commit

Permalink
Cleanup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljs1990 committed Apr 29, 2019
1 parent b6ed096 commit 1691c4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions status.sh
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)"

0 comments on commit 1691c4b

Please sign in to comment.