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

Fix Travis build due to default shallow git clone #703

Closed
wants to merge 1 commit into from

Conversation

perk-sumo
Copy link
Contributor

@perk-sumo perk-sumo commented Jun 2, 2020

[fix] Travis build failed to create proper build tags due to default shallow git clone

git describe won't work correctly if there is more than 50 (Travis default) commits from the last description (tag)
https://docs.travis-ci.com/user/customizing-the-build#git-clone-depth

Description

Fill in your description here.

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

…shallow git clone

'git describe' won't work correctly if there is more than 50 (Travis default) commits from the last description (tag)
https://docs.travis-ci.com/user/customizing-the-build#git-clone-depth
@perk-sumo
Copy link
Contributor Author

Fixed by #702

@perk-sumo perk-sumo closed this Jun 2, 2020
@kkujawa-sumo kkujawa-sumo deleted the fix-travis-build branch November 26, 2020 11:10
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.

None yet

1 participant