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: Make sure that the tags are fetched before testing with git describe #2047

Merged
merged 2 commits into from Jan 16, 2024

Conversation

Dartoxian
Copy link
Contributor

@Dartoxian Dartoxian commented Jan 15, 2024

Description:

This fixes the issue seen in https://app.circleci.com/pipelines/github/kurtosis-tech/kurtosis/10677/workflows/66565433-39e0-4397-b0d8-4c3c81ad366b/jobs/152621.

When ci checks out code in a step it doesn't fetch tags, so git describe --exact-match will always fail - this change fixes this by fetching tags.

Is this change user facing?

NO

References (if applicable):

@Dartoxian Dartoxian marked this pull request as ready for review January 15, 2024 20:47
@Dartoxian Dartoxian added this pull request to the merge queue Jan 16, 2024
Merged via the queue into main with commit b8e7afb Jan 16, 2024
37 checks passed
@Dartoxian Dartoxian deleted the bgazzard/fix-emui-check branch January 16, 2024 10:03
github-merge-queue bot pushed a commit that referenced this pull request Jan 16, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.86.6](0.86.5...0.86.6)
(2024-01-16)


### Features

* allow any GitHub path on the `upload_files` instruction
([#2044](#2044))
([75fcf3f](75fcf3f))


### Bug Fixes

* Make sure that the tags are fetched before testing with git describe
([#2047](#2047))
([b8e7afb](b8e7afb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
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

2 participants