Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable consumption of GIT_TAG_OVERRIDE env var in release build script. #18579

Merged
merged 3 commits into from Apr 17, 2018
Merged

Conversation

yifeif
Copy link
Contributor

@yifeif yifeif commented Apr 17, 2018

No description provided.

@@ -123,6 +123,10 @@ done

BAZEL_FLAGS=$(str_strip "${BAZEL_FLAGS}")

if [[ -z "$GIT_TAG_OVERRIDE" ]]; then
BAZEL_FLAGS+=" --action_env=GIT_TAG_OVERRIDE=${GIT_TAG_OVERRIDE}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. But just FYI

--action_env=GIT_TAG_OVERRIDE

... is shorthand for ...

--action_env=GIT_TAG_OVERRIDE=${GIT_TAG_OVERRIDE}"

@yifeif yifeif added the kokoro:force-run Tests on submitted change label Apr 17, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Apr 17, 2018
@yifeif yifeif merged commit 3177c06 into tensorflow:master Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants