Skip to content

docs: mov tag guard to release build#2056

Merged
mattklein123 merged 2 commits intomasterfrom
fix_doc_tagging
Nov 13, 2017
Merged

docs: mov tag guard to release build#2056
mattklein123 merged 2 commits intomasterfrom
fix_doc_tagging

Conversation

@mattklein123
Copy link
Member

No description provided.

Signed-off-by: Matt Klein <mklein@lyft.com>
@mattklein123 mattklein123 requested a review from htuch November 13, 2017 03:13
ci/do_ci.sh Outdated
}

if [[ "$1" == "bazel.release" ]]; then
if [ -n "$CIRCLE_TAG" ]
Copy link
Member

Choose a reason for hiding this comment

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

As a general nit, the style guide prefers [[ over [ I believe.

ci/do_ci.sh Outdated
}

if [[ "$1" == "bazel.release" ]]; then
if [ -n "$CIRCLE_TAG" ]
Copy link
Member

Choose a reason for hiding this comment

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

Can you add a comment explaining why this is necessary?

Signed-off-by: Matt Klein <mklein@lyft.com>
@mattklein123
Copy link
Member Author

@htuch updated

@mattklein123 mattklein123 merged commit 375fe83 into master Nov 13, 2017
@mattklein123 mattklein123 deleted the fix_doc_tagging branch November 13, 2017 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants